Changeset 42343 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-list-util.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r41162 r42343 98 98 } 99 99 100 $count = count( $args );100 $count = count( $args ); 101 101 $filtered = array(); 102 102 … … 116 116 ( 'NOT' == $operator && 0 == $matched ) 117 117 ) { 118 $filtered[ $key] = $obj;118 $filtered[ $key ] = $obj; 119 119 } 120 120 }
Note: See TracChangeset
for help on using the changeset viewer.