Changeset 27689 for trunk/src/wp-includes/meta.php
- Timestamp:
- 03/24/2014 07:56:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r27562 r27689 754 754 if ( 'OR' == $this->relation ) { 755 755 foreach ( $this->queries as $k => $q ) { 756 if ( ! array_key_exists( 'value', $q ) && ! empty( $q['key'] ) )756 if ( ( empty( $q['compare'] ) || 'NOT EXISTS' != $q['compare'] ) && ! array_key_exists( 'value', $q ) && ! empty( $q['key'] ) ) 757 757 $key_only_queries[$k] = $q; 758 758 else
Note: See TracChangeset
for help on using the changeset viewer.