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

git-svn-id: https://develop.svn.wordpress.org/trunk@28661 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-06-04 17:14:24 +00:00
parent d4768ff0fe
commit 4cfc6c0cb0

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.