Changeset 6726 for trunk/wp-includes/canonical.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r6494 r6726 52 52 // Some PHP setups turn requests for / into /index.php in REQUEST_URI 53 53 $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']); 54 54 55 55 $redirect = $original; 56 56 $redirect_url = false;
Note: See TracChangeset
for help on using the changeset viewer.