Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:36:38 PM (10 years ago)
Author:
markjaquith
Message:

Use HTTPS URLs for trac.wordpress.org (and use core.trac.wordpress.org)

see #27115

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/canonical.php

    r29663 r29789  
    7070
    7171    // Some PHP setups turn requests for / into /index.php in REQUEST_URI
    72     // See: http://trac.wordpress.org/ticket/5017
    73     // See: http://trac.wordpress.org/ticket/7173
     72    // See: https://core.trac.wordpress.org/ticket/5017
     73    // See: https://core.trac.wordpress.org/ticket/7173
    7474    // Disabled, for now:
    7575    // $original['path'] = preg_replace('|/index\.php$|', '/', $original['path']);
Note: See TracChangeset for help on using the changeset viewer.