Changeset 37342 for trunk/src/wp-includes/query.php
- Timestamp:
- 05/02/2016 03:59:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r37324 r37342 1490 1490 * Default 'comments_per_page' option. 1491 1491 * @type array $date_query An associative array of WP_Date_Query arguments. 1492 * {@see WP_Date_Query::__construct()}1492 * See WP_Date_Query::__construct(). 1493 1493 * @type int $day Day of the month. Default empty. Accepts numbers 1-31. 1494 1494 * @type bool $exact Whether to search by exact keyword. Default false. … … 1504 1504 * @type string $meta_compare Comparison operator to test the 'meta_value'. 1505 1505 * @type string $meta_key Custom field key. 1506 * @type array $meta_query An associative array of WP_Meta_Query arguments. 1507 * {@see WP_Meta_Query} 1506 * @type array $meta_query An associative array of WP_Meta_Query arguments. See WP_Meta_Query. 1508 1507 * @type string $meta_value Custom field value. 1509 1508 * @type int $meta_value_num Custom field value number. … … 1565 1564 * true. Note: a string of comma-separated IDs will NOT work. 1566 1565 * @type array $tax_query An associative array of WP_Tax_Query arguments. 1567 * {@see WP_Tax_Query->queries}1566 * See WP_Tax_Query->queries. 1568 1567 * @type string $title Post title. 1569 1568 * @type bool $update_post_meta_cache Whether to update the post meta cache. Default true.
Note: See TracChangeset
for help on using the changeset viewer.