Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:36:38 PM (12 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/tests/phpunit/includes/wp-profiler.php

    r25254 r29789  
    149149
    150150    function _query_count($queries) {
    151         // this requires the savequeries patch at http://trac.wordpress.org/ticket/5218
     151        // this requires the savequeries patch at https://core.trac.wordpress.org/ticket/5218
    152152        $out = array();
    153153        foreach ($queries as $q) {
Note: See TracChangeset for help on using the changeset viewer.