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/class-wp-customize-manager.php

    r29488 r29788  
    218218            add_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
    219219
    220             // @link: http://core.trac.wordpress.org/ticket/20027
     220            // @link: https://core.trac.wordpress.org/ticket/20027
    221221            add_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
    222222            add_filter( 'pre_option_template', array( $this, 'get_template' ) );
     
    255255            remove_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
    256256
    257             // @link: http://core.trac.wordpress.org/ticket/20027
     257            // @link: https://core.trac.wordpress.org/ticket/20027
    258258            remove_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
    259259            remove_filter( 'pre_option_template', array( $this, 'get_template' ) );
Note: See TracChangeset for help on using the changeset viewer.