Changeset 52481 for branches/4.2/src/wp-includes/meta.php
- Timestamp:
- 01/06/2022 06:19:36 PM (5 years ago)
- Location:
- branches/4.2
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2
- Property svn:mergeinfo changed
/trunk merged: 52454-52457
- Property svn:mergeinfo changed
-
branches/4.2/src/wp-includes/meta.php
r49404 r52481 1549 1549 $sibling_compare = strtoupper( $sibling['compare'] ); 1550 1550 if ( in_array( $clause_compare, $compatible_compares ) && in_array( $sibling_compare, $compatible_compares ) ) { 1551 $alias = $sibling['alias'];1551 $alias = preg_replace( '/\W/', '_', $sibling['alias'] ); 1552 1552 break; 1553 1553 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)