Make WordPress Core


Ignore:
Timestamp:
12/16/2015 06:10:59 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter descriptions to the DocBlock for WP_Query::set_found_posts().

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r35908 r35968  
    37713771     *
    37723772     * @global wpdb $wpdb WordPress database abstraction object.
     3773     *
     3774     * @param array  $q      Query variables.
     3775     * @param string $limits LIMIT clauses of the query.
    37733776     */
    37743777    private function set_found_posts( $q, $limits ) {
Note: See TracChangeset for help on using the changeset viewer.