From 72b219809fef580e1570ce05f3893db705962f9f Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 22 Nov 2013 11:19:57 +0000 Subject: [PATCH] Twenty Fourteen: fix typos and a correct `@return` value, props morganestes. See #25946. git-svn-id: https://develop.svn.wordpress.org/trunk@26325 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/functions.php | 4 ++-- src/wp-content/themes/twentyfourteen/style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 1c7e73d966..7ac82a0a70 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -198,7 +198,7 @@ add_action( 'widgets_init', 'twentyfourteen_widgets_init' ); * * @since Twenty Fourteen 1.0 * - * @return void + * @return string */ function twentyfourteen_font_url() { $font_url = ''; @@ -376,7 +376,7 @@ endif; * * Adds body classes to denote: * 1. Single or multiple authors. - * 2. Presense of header image. + * 2. Presence of header image. * 3. Index views. * 4. Full-width content layout. * 5. Presence of footer widgets. diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 775aae0054..b55c672efe 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -7,7 +7,7 @@ Description: The default theme for 2014 is a magazine theme with a sleek, modern Version: 0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, responsive-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready +Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. @@ -4058,4 +4058,4 @@ a.post-thumbnail:hover { font-size: 25pt; line-height: 36px; } -} \ No newline at end of file +}