Correct 'no_found_rows' parameter description.
see #25367. Built from https://develop.svn.wordpress.org/trunk@29538 git-svn-id: http://core.svn.wordpress.org/trunk@29314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aed104c51b
commit
358209baa7
|
@ -1489,8 +1489,8 @@ class WP_Query {
|
|||
* @type int $monthnum The two-digit month. Default empty. Accepts numbers 1-12.
|
||||
* @type string $name Post slug.
|
||||
* @type bool $nopaging Show all posts (true) or paginate (false). Default false.
|
||||
* @type bool $no_found_rows Whether to count the total rows found. Disabling can improve
|
||||
* performance. Default true.
|
||||
* @type bool $no_found_rows Whether to skip counting the total rows found. Enabling can improve
|
||||
* performance. Default false.
|
||||
* @type int $offset The number of posts to offset before retrieval.
|
||||
* @type string $order Designates ascending or descending order of posts. Default 'DESC'.
|
||||
* Accepts 'ASC', 'DESC'.
|
||||
|
|
Loading…
Reference in New Issue