Changeset 52805
- Timestamp:
- 02/26/2022 02:32:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r52804 r52805 253 253 } 254 254 255 if ( isset( $this->matched_rule ) ) {255 if ( ! empty( $this->matched_rule ) ) { 256 256 // Trim the query of everything up to the '?'. 257 257 $query = preg_replace( '!^.+\?!', '', $query );
Note: See TracChangeset
for help on using the changeset viewer.