Ticket #16934: 16934.patch
| File 16934.patch, 639 bytes (added by hakre, 2 years ago) |
|---|
-
wp-includes/canonical.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
51 51 if ( false === $original ) 52 52 return; 53 53 54 // Some PHP setups turn requests for / into /index.php in REQUEST_URI55 // See: http://trac.wordpress.org/ticket/501756 // See: http://trac.wordpress.org/ticket/717357 // Disabled, for now:58 // $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);59 60 54 $redirect = $original; 61 55 $redirect_url = false; 62 56
