mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
Use HTTPS URLs for core.trac.wordpress.org
see #27115 git-svn-id: https://develop.svn.wordpress.org/trunk@29788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -217,7 +217,7 @@ final class WP_Customize_Manager {
|
||||
add_filter( 'stylesheet', array( $this, 'get_stylesheet' ) );
|
||||
add_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
|
||||
|
||||
// @link: http://core.trac.wordpress.org/ticket/20027
|
||||
// @link: https://core.trac.wordpress.org/ticket/20027
|
||||
add_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
|
||||
add_filter( 'pre_option_template', array( $this, 'get_template' ) );
|
||||
|
||||
@@ -254,7 +254,7 @@ final class WP_Customize_Manager {
|
||||
remove_filter( 'stylesheet', array( $this, 'get_stylesheet' ) );
|
||||
remove_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
|
||||
|
||||
// @link: http://core.trac.wordpress.org/ticket/20027
|
||||
// @link: https://core.trac.wordpress.org/ticket/20027
|
||||
remove_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
|
||||
remove_filter( 'pre_option_template', array( $this, 'get_template' ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user