Correctly capitalize WP_Query in Featured_Content::pre_get_posts() inline docs. see #26064.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-18 22:24:11 +00:00
parent 929486f848
commit a110ab596f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {