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:
parent
929486f848
commit
a110ab596f
|
@ -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