mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
Correct 'no_found_rows' parameter description.
see #25367. git-svn-id: https://develop.svn.wordpress.org/trunk@29538 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1422cab58c
commit
ace2e0ba1f
@ -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…
x
Reference in New Issue
Block a user