Changeset 52480 for branches/4.3/src/wp-includes/meta.php
- Timestamp:
- 01/06/2022 06:19:09 PM (3 years ago)
- Location:
- branches/4.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.3/src/wp-includes/meta.php
r49403 r52480 1572 1572 $sibling_compare = strtoupper( $sibling['compare'] ); 1573 1573 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 1574 $alias = $sibling['alias'];1574 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 1575 1575 break; 1576 1576 }
Note: See TracChangeset
for help on using the changeset viewer.