Changeset 56180 for trunk/src/wp-includes/class-wp.php
- Timestamp:
- 07/09/2023 09:46:24 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r55988 r56180 201 201 } 202 202 203 // The requested permalink is in $pathinfo for path info requests and 204 // $req_uri for other requests. 203 // The requested permalink is in $pathinfo for path info requests and $req_uri for other requests. 205 204 if ( ! empty( $pathinfo ) && ! preg_match( '|^.*' . $wp_rewrite->index . '$|', $pathinfo ) ) { 206 205 $requested_path = $pathinfo;
Note: See TracChangeset
for help on using the changeset viewer.