Changeset 18711
- Timestamp:
- 09/19/2011 03:59:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r18681 r18711 3209 3209 3210 3210 if ( ( 'AND' == $operator && $matched == $count ) 3211 || ( 'OR' == $operator && $matched <= $count)3211 || ( 'OR' == $operator && $matched > 0 ) 3212 3212 || ( 'NOT' == $operator && 0 == $matched ) ) { 3213 3213 $filtered[$key] = $obj;
Note: See TracChangeset
for help on using the changeset viewer.