Changeset 52468 for branches/5.5/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 01/06/2022 06:09:14 PM (3 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.5/src/wp-includes/class-wp-meta-query.php
r48475 r52468 813 813 $sibling_compare = strtoupper( $sibling['compare'] ); 814 814 if ( in_array( $clause_compare, $compatible_compares, true ) && in_array( $sibling_compare, $compatible_compares, true ) ) { 815 $alias = $sibling['alias'];815 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 816 816 break; 817 817 }
Note: See TracChangeset
for help on using the changeset viewer.