mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Use HTTPS URLs for trac.wordpress.org (and use core.trac.wordpress.org)
see #27115 git-svn-id: https://develop.svn.wordpress.org/trunk@29789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -69,8 +69,8 @@ function redirect_canonical( $requested_url = null, $do_redirect = true ) {
|
||||
return;
|
||||
|
||||
// Some PHP setups turn requests for / into /index.php in REQUEST_URI
|
||||
// See: http://trac.wordpress.org/ticket/5017
|
||||
// See: http://trac.wordpress.org/ticket/7173
|
||||
// See: https://core.trac.wordpress.org/ticket/5017
|
||||
// See: https://core.trac.wordpress.org/ticket/7173
|
||||
// Disabled, for now:
|
||||
// $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user