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
This commit is contained in:
Lance Willett 2013-11-22 11:19:57 +00:00
parent 494742302c
commit 72b219809f
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.