Make WordPress Core


Ignore:
Timestamp:
06/12/2012 07:27:41 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-customize-manager.php

    r21069 r21070  
    161161            add_filter( 'stylesheet', array( $this, 'get_stylesheet' ) );
    162162            add_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
    163    
     163
    164164            // @link: http://core.trac.wordpress.org/ticket/20027
    165165            add_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
    166166            add_filter( 'pre_option_template', array( $this, 'get_template' ) );
    167    
     167
    168168            // Handle custom theme roots.
    169169            add_filter( 'pre_option_stylesheet_root', array( $this, 'get_stylesheet_root' ) );
     
    191191            remove_filter( 'stylesheet', array( $this, 'get_stylesheet' ) );
    192192            remove_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) );
    193    
     193
    194194            // @link: http://core.trac.wordpress.org/ticket/20027
    195195            remove_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) );
    196196            remove_filter( 'pre_option_template', array( $this, 'get_template' ) );
    197    
     197
    198198            // Handle custom theme roots.
    199199            remove_filter( 'pre_option_stylesheet_root', array( $this, 'get_stylesheet_root' ) );
Note: See TracChangeset for help on using the changeset viewer.