Changeset 29788 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 09/29/2014 01:27:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r29488 r29788 218 218 add_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) ); 219 219 220 // @link: http ://core.trac.wordpress.org/ticket/20027220 // @link: https://core.trac.wordpress.org/ticket/20027 221 221 add_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) ); 222 222 add_filter( 'pre_option_template', array( $this, 'get_template' ) ); … … 255 255 remove_filter( 'pre_option_current_theme', array( $this, 'current_theme' ) ); 256 256 257 // @link: http ://core.trac.wordpress.org/ticket/20027257 // @link: https://core.trac.wordpress.org/ticket/20027 258 258 remove_filter( 'pre_option_stylesheet', array( $this, 'get_stylesheet' ) ); 259 259 remove_filter( 'pre_option_template', array( $this, 'get_template' ) );
Note: See TracChangeset
for help on using the changeset viewer.