Make WordPress Core


Ignore:
Timestamp:
02/09/2011 05:36:23 PM (14 years ago)
Author:
ryan
Message:

Pink the whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-includes/functions.php

    r17428 r17436  
    30733073    foreach ( $list as $key => $obj ) {
    30743074        $matched = count( array_intersect_assoc( (array) $obj, $args ) );
    3075         if ( ( 'AND' == $operator && $matched == $count ) 
     3075        if ( ( 'AND' == $operator && $matched == $count )
    30763076          || ( 'OR' == $operator && $matched <= $count )
    30773077          || ( 'NOT' == $operator && 0 == $matched ) ) {
Note: See TracChangeset for help on using the changeset viewer.