Changeset 27724
- Timestamp:
- 03/25/2014 09:04:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-settings.php
r27665 r27724 36 36 } 37 37 38 $path = str ipslashes( $_SERVER['REQUEST_URI']);38 $path = strtolower( stripslashes( $_SERVER['REQUEST_URI'] ) ); 39 39 if ( is_admin() ) { 40 40 $path = preg_replace( '#(.*)/wp-admin/.*#', '$1/', $path );
Note: See TracChangeset
for help on using the changeset viewer.