mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 23:11:53 +01:00
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:
parent
ee0335e930
commit
3cba9d7f61
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user