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
This commit is contained in:
parent
132e26e81a
commit
7d1c5d379a
@ -190,7 +190,7 @@ class Featured_Content {
|
|||||||
*
|
*
|
||||||
* @uses Featured_Content::get_featured_post_ids();
|
* @uses Featured_Content::get_featured_post_ids();
|
||||||
* @param WP_Query $query
|
* @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 ) {
|
public static function pre_get_posts( $query ) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user