Changeset 52478 for branches/4.5/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 01/06/2022 06:17:02 PM (3 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.5/src/wp-includes/class-wp-meta-query.php
r36735 r52478 711 711 $sibling_compare = strtoupper( $sibling['compare'] ); 712 712 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 713 $alias = $sibling['alias'];713 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 714 714 break; 715 715 }
Note: See TracChangeset
for help on using the changeset viewer.