Changeset 29789 for trunk/src/wp-includes/canonical.php
- Timestamp:
- 09/29/2014 01:36:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/canonical.php
r29663 r29789 70 70 71 71 // Some PHP setups turn requests for / into /index.php in REQUEST_URI 72 // See: http ://trac.wordpress.org/ticket/501773 // See: http ://trac.wordpress.org/ticket/717372 // See: https://core.trac.wordpress.org/ticket/5017 73 // See: https://core.trac.wordpress.org/ticket/7173 74 74 // Disabled, for now: 75 75 // $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);
Note: See TracChangeset
for help on using the changeset viewer.