Make WordPress Core

Changeset 36090


Ignore:
Timestamp:
12/26/2015 12:36:12 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify that wp_filter_object_list() accepts 'not' as its $operator parameter.

Props barryceelen.
See #35225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r36074 r36090  
    32883288 * @param string      $operator Optional. The logical operation to perform. 'or' means
    32893289 *                              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'.
    32913292 * @param bool|string $field    A field from the object to place instead of the entire object.
    32923293 *                              Default false.
Note: See TracChangeset for help on using the changeset viewer.