Changeset 52472 for branches/5.1/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 01/06/2022 06:12:33 PM (3 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/5.1/src/wp-includes/class-wp-meta-query.php
r44518 r52472 732 732 $sibling_compare = strtoupper( $sibling['compare'] ); 733 733 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 734 $alias = $sibling['alias'];734 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 735 735 break; 736 736 }
Note: See TracChangeset
for help on using the changeset viewer.