From 4cfc6c0cb08b8172ae26f0c7e664301310a8e7bc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Jun 2014 17:14:24 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfourteen/functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 68c2526d59..60756e988d 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -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.