Changeset 31168 for trunk/src/wp-includes/theme.php
- Timestamp:
- 01/12/2015 04:39:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r30982 r31168 677 677 ob_start( 'preview_theme_ob_filter' ); 678 678 } 679 add_action('setup_theme', 'preview_theme');680 679 681 680 /** … … 1664 1663 } 1665 1664 } 1666 add_action( 'wp_loaded', '_custom_header_background_just_in_time' );1667 1665 1668 1666 /** … … 1872 1870 remove_theme_mod( 'background_image' ); 1873 1871 } 1874 1875 add_action( 'delete_attachment', '_delete_attachment_theme_mod' );1876 1872 1877 1873 /** … … 1931 1927 $GLOBALS['wp_customize'] = new WP_Customize_Manager; 1932 1928 } 1933 add_action( 'plugins_loaded', '_wp_customize_include' );1934 1929 1935 1930 /** … … 1967 1962 $wp_scripts->add_data( 'customize-loader', 'data', $script ); 1968 1963 } 1969 add_action( 'admin_enqueue_scripts', '_wp_customize_loader_settings' );1970 1964 1971 1965 /**
Note: See TracChangeset
for help on using the changeset viewer.