Changeset 52640 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 01/25/2022 01:54:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r51518 r52640 1174 1174 // Not matching a permalink so this is a lot simpler. 1175 1175 } else { 1176 // Close the match and finali se the query.1176 // Close the match and finalize the query. 1177 1177 $match .= '?$'; 1178 1178 $query = $index . '?' . $query;
Note: See TracChangeset
for help on using the changeset viewer.