mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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();
|
||||
* @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 ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user