Changeset 36091
- Timestamp:
- 12/26/2015 12:37:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36069 r36091 865 865 * @param string $operator Optional. The logical operation to perform. 'or' means only one 866 866 * element from the array needs to match; 'and' means all elements 867 * must match . Accepts 'or' or 'and'. Default 'and'.867 * must match; 'not' means no elements may match. Default 'and'. 868 868 * @return array A list of post type names or objects. 869 869 */
Note: See TracChangeset
for help on using the changeset viewer.