mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user