Changeset 15685 for trunk/wp-includes/functions.php
- Timestamp:
- 10/02/2010 06:03:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r15680 r15685 3034 3034 3035 3035 foreach ( $list as $key => $obj ) { 3036 $matched = count( array_intersect_assoc(get_object_vars($obj), $args));3036 $matched = count( array_intersect_assoc( (array) ($obj), $args ) ); 3037 3037 if ( ('and' == $operator && $matched == $count) || ('or' == $operator && $matched <= $count) ) { 3038 3038 if ( $field )
Note: See TracChangeset
for help on using the changeset viewer.