Changeset 46188 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 09/19/2019 03:02:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r46144 r46188 615 615 * @since 4.9.0 Introduced the `$comment_count` parameter. 616 616 * @since 5.1.0 Introduced the `$meta_compare_key` parameter. 617 * @since 5.3.0 Introduced the `$meta_type_key` parameter. 617 618 * 618 619 * @param string|array $query { … … 656 657 * @type string $meta_value Custom field value. 657 658 * @type int $meta_value_num Custom field value number. 659 * @type string $meta_type_key Cast for 'meta_key'. See WP_Meta_Query::construct(). 658 660 * @type int $menu_order The menu order of the posts. 659 661 * @type int $monthnum The two-digit month. Default empty. Accepts numbers 1-12.
Note: See TracChangeset
for help on using the changeset viewer.