Changeset 38402 for trunk/src/wp-includes/theme.php
- Timestamp:
- 08/27/2016 02:36:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r38399 r38402 1757 1757 1758 1758 if ( is_admin() ) { 1759 require_once( ABSPATH . 'wp-admin/custom-header.php' ); 1759 1760 $custom_image_header = new Custom_Image_Header( $args[0]['admin-head-callback'], $args[0]['admin-preview-callback'] ); 1760 1761 } … … 1769 1770 1770 1771 if ( is_admin() ) { 1772 require_once( ABSPATH . 'wp-admin/custom-background.php' ); 1771 1773 $custom_background = new Custom_Background( $args[0]['admin-head-callback'], $args[0]['admin-preview-callback'] ); 1772 1774 } … … 2081 2083 } 2082 2084 2085 require_once ABSPATH . WPINC . '/class-wp-customize-manager.php'; 2083 2086 $GLOBALS['wp_customize'] = new WP_Customize_Manager(); 2084 2087 }
Note: See TracChangeset
for help on using the changeset viewer.