Changeset 52482 for branches/4.1/src/wp-includes/meta.php
- Timestamp:
- 01/06/2022 06:23:29 PM (3 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.1/src/wp-includes/meta.php
r49405 r52482 1502 1502 $sibling_compare = strtoupper( $sibling['compare'] ); 1503 1503 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 1504 $alias = $sibling['alias'];1504 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 1505 1505 break; 1506 1506 }
Note: See TracChangeset
for help on using the changeset viewer.