Make WordPress Core

Changeset 28661


Ignore:
Timestamp:
06/04/2014 05:14:24 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: add documentation for global variables used in twentyfourteen_wp_title(). Closes #28421.

File:
1 edited

Legend:

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

    r28250 r28661  
    464464 * @since Twenty Fourteen 1.0
    465465 *
     466 * @global int $paged WordPress archive pagination page count.
     467 * @global int $page  WordPress paginated post page count.
     468 *
    466469 * @param string $title Default title text for current view.
    467470 * @param string $sep Optional separator.
Note: See TracChangeset for help on using the changeset viewer.