Changeset 29538
- Timestamp:
- 08/19/2014 07:27:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r29454 r29538 1490 1490 * @type string $name Post slug. 1491 1491 * @type bool $nopaging Show all posts (true) or paginate (false). Default false. 1492 * @type bool $no_found_rows Whether to count the total rows found. Disabling can improve1493 * performance. Default true.1492 * @type bool $no_found_rows Whether to skip counting the total rows found. Enabling can improve 1493 * performance. Default false. 1494 1494 * @type int $offset The number of posts to offset before retrieval. 1495 1495 * @type string $order Designates ascending or descending order of posts. Default 'DESC'.
Note: See TracChangeset
for help on using the changeset viewer.