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

See #32246.

Built from https://develop.svn.wordpress.org/trunk@35968


git-svn-id: http://core.svn.wordpress.org/trunk@35933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-12-16 18:11:26 +00:00
parent ee0335e930
commit 3cba9d7f61
2 changed files with 4 additions and 1 deletions

View File

@ -3770,6 +3770,9 @@ class WP_Query {
* @access private
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @param array $q Query variables.
* @param string $limits LIMIT clauses of the query.
*/
private function set_found_posts( $q, $limits ) {
global $wpdb;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35967';
$wp_version = '4.5-alpha-35968';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.