Make WordPress Core


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.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.