Changeset 51044 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 05/28/2021 06:03:06 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-list-util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r48421 r51044 77 77 /** 78 78 * Filters the list, based on a set of key => value arguments. 79 * 80 * Retrieves the objects from the list that match the given arguments. 81 * Key represents property name, and value represents property value. 82 * 83 * If an object has more properties than those specified in arguments, 84 * that will not disqualify it. When using the 'AND' operator, 85 * any missing properties will disqualify it. 79 86 * 80 87 * @since 4.7.0
Note: See TracChangeset
for help on using the changeset viewer.