Changeset 46473 for branches/5.2/src/wp-includes/pluggable.php
- Timestamp:
- 10/14/2019 11:03:34 AM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-includes/pluggable.php
r45972 r46473 1401 1401 if ( ! empty( $_SERVER['REQUEST_URI'] ) ) { 1402 1402 $path = dirname( parse_url( 'http://placeholder' . $_SERVER['REQUEST_URI'], PHP_URL_PATH ) . '?' ); 1403 $path = wp_normalize_path( $path ); 1403 1404 } 1404 1405 $location = '/' . ltrim( $path . '/', '/' ) . $location;
Note: See TracChangeset
for help on using the changeset viewer.