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

Built from https://develop.svn.wordpress.org/trunk@28661


git-svn-id: http://core.svn.wordpress.org/trunk@28479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2014-06-04 17:15:15 +00:00
parent 10e48ccbf2
commit 5897fb2ed1

View File

@ -463,6 +463,9 @@ add_filter( 'post_class', 'twentyfourteen_post_classes' );
*
* @since Twenty Fourteen 1.0
*
* @global int $paged WordPress archive pagination page count.
* @global int $page WordPress paginated post page count.
*
* @param string $title Default title text for current view.
* @param string $sep Optional separator.
* @return string The filtered title.