Make WordPress Core

Changeset 26325


Ignore:
Timestamp:
11/22/2013 11:19:57 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix typos and a correct @return value, props morganestes. See #25946.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r26260 r26325  
    199199 * @since Twenty Fourteen 1.0
    200200 *
    201  * @return void
     201 * @return string
    202202 */
    203203function twentyfourteen_font_url() {
     
    377377 * Adds body classes to denote:
    378378 * 1. Single or multiple authors.
    379  * 2. Presense of header image.
     379 * 2. Presence of header image.
    380380 * 3. Index views.
    381381 * 4. Full-width content layout.
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26272 r26325  
    88License: GNU General Public License v2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    10 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
     10Tags: 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
    1111
    1212This theme, like WordPress, is licensed under the GPL.
Note: See TracChangeset for help on using the changeset viewer.