Changeset 36090
- Timestamp:
- 12/26/2015 12:36:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r36074 r36090 3288 3288 * @param string $operator Optional. The logical operation to perform. 'or' means 3289 3289 * only one element from the array needs to match; 'and' 3290 * means all elements must match. Default 'and'. 3290 * means all elements must match; 'not' means no elements may 3291 * match. Default 'and'. 3291 3292 * @param bool|string $field A field from the object to place instead of the entire object. 3292 3293 * Default false.
Note: See TracChangeset
for help on using the changeset viewer.