Changeset 52066 for trunk/src/wp-includes/class-wp-list-util.php
- Timestamp:
- 11/09/2021 01:09:11 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-list-util.php
r51044 r52066 103 103 104 104 if ( ! in_array( $operator, array( 'AND', 'OR', 'NOT' ), true ) ) { 105 return array(); 105 $this->output = array(); 106 return $this->output; 106 107 } 107 108
Note: See TracChangeset
for help on using the changeset viewer.