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