Changeset 44518
- Timestamp:
- 01/09/2019 02:54:11 PM (6 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r43571 r44518 100 100 * @since 3.2.0 101 101 * @since 4.2.0 Introduced support for naming query clauses by associative array keys. 102 * @since 5. 0.0 Introduced $compare_key clause parameter, which enables LIKE key matches.102 * @since 5.1.0 Introduced $compare_key clause parameter, which enables LIKE key matches. 103 103 * 104 104 * @param array $meta_query { -
trunk/src/wp-includes/class-wp-query.php
r44456 r44518 605 605 * @since 4.6.0 Added 'post_name__in' support for `$orderby`. Introduced the `$lazy_load_term_meta` argument. 606 606 * @since 4.9.0 Introduced the `$comment_count` parameter. 607 * @since 5. 0.0 Introduced the `$meta_compare_key` parameter.607 * @since 5.1.0 Introduced the `$meta_compare_key` parameter. 608 608 * 609 609 * @param string|array $query {
Note: See TracChangeset
for help on using the changeset viewer.