Changeset 6436 for trunk/wp-includes/canonical.php
- Timestamp:
- 12/20/2007 09:25:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/canonical.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r6364 r6436 21 21 // Some PHP setups turn requests for / into /index.php in REQUEST_URI 22 22 $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']); 23 23 24 24 $redirect = $original; 25 25 $redirect_url = false;
Note: See TracChangeset
for help on using the changeset viewer.