Make WordPress Core


Ignore:
Timestamp:
09/29/2014 01:27:55 PM (11 years ago)
Author:
markjaquith
Message:

Use HTTPS URLs for core.trac.wordpress.org

see #27115

File:
1 edited

Legend:

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

    r29756 r29788  
    101101    /*
    102102     * Store original value for language with untypical grammars.
    103      * See http://core.trac.wordpress.org/ticket/9396
     103     * See https://core.trac.wordpress.org/ticket/9396
    104104     */
    105105    $req_format = $dateformatstring;
     
    378378
    379379    // Double serialization is required for backward compatibility.
    380     // See http://core.trac.wordpress.org/ticket/12930
     380    // See https://core.trac.wordpress.org/ticket/12930
    381381    if ( is_serialized( $data, false ) )
    382382        return serialize( $data );
     
    39273927 * @access private
    39283928 *
    3929  * @see http://core.trac.wordpress.org/ticket/8497
     3929 * @see https://core.trac.wordpress.org/ticket/8497
    39303930 *
    39313931 * @param string $str Header comment to clean up.
     
    42764276 * @since 3.4.0
    42774277 *
    4278  * @see http://core.trac.wordpress.org/ticket/19589
     4278 * @see https://core.trac.wordpress.org/ticket/19589
    42794279 *
    42804280 * @param string $ignore_class Optional. A class to ignore all function calls within - useful
     
    45374537 * @access private
    45384538 *
    4539  * @see http://core.trac.wordpress.org/ticket/23688
     4539 * @see https://core.trac.wordpress.org/ticket/23688
    45404540 *
    45414541 * @param string $charset A charset name.
Note: See TracChangeset for help on using the changeset viewer.