From 7d1c5d379a373427e935ea226661fa96474d0169 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Nov 2013 22:23:06 +0000 Subject: [PATCH] Correctly capitalize WP_Query in Featured_Content::pre_get_posts() inline docs. see #26064. git-svn-id: https://develop.svn.wordpress.org/trunk@26257 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/inc/featured-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/featured-content.php b/src/wp-content/themes/twentyfourteen/inc/featured-content.php index 0d0484f237..bb1f692748 100644 --- a/src/wp-content/themes/twentyfourteen/inc/featured-content.php +++ b/src/wp-content/themes/twentyfourteen/inc/featured-content.php @@ -190,7 +190,7 @@ class Featured_Content { * * @uses Featured_Content::get_featured_post_ids(); * @param WP_Query $query - * @return WP_Query Possibly modified WP_query + * @return WP_Query Possibly modified WP_Query */ public static function pre_get_posts( $query ) {