Changeset 52475 for branches/4.8/src/wp-includes/class-wp-meta-query.php
- Timestamp:
- 01/06/2022 06:14:56 PM (3 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.8/src/wp-includes/class-wp-meta-query.php
r38768 r52475 718 718 $sibling_compare = strtoupper( $sibling['compare'] ); 719 719 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 720 $alias = $sibling['alias'];720 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 721 721 break; 722 722 }
Note: See TracChangeset
for help on using the changeset viewer.