Make WordPress Core


Ignore:
Timestamp:
11/18/2013 10:23:06 PM (13 years ago)
Author:
SergeyBiryukov
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php

    r26255 r26257  
    191191         * @uses Featured_Content::get_featured_post_ids();
    192192         * @param WP_Query $query
    193          * @return WP_Query Possibly modified WP_query
     193         * @return WP_Query Possibly modified WP_Query
    194194         */
    195195        public static function pre_get_posts( $query ) {
Note: See TracChangeset for help on using the changeset viewer.