Changeset 59480
- Timestamp:
- 12/02/2024 11:34:02 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r58804 r59480 101 101 } 102 102 103 // Let's roll. 104 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 105 106 wp_user_settings(); 107 _wp_admin_html_begin(); 108 103 109 $registered = $wp_scripts->registered; 104 110 $wp_scripts = new WP_Scripts(); … … 126 132 */ 127 133 do_action( 'customize_controls_enqueue_scripts' ); 128 129 // Let's roll.130 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );131 132 wp_user_settings();133 _wp_admin_html_begin();134 134 135 135 $body_class = 'wp-core-ui wp-customizer js';
Note: See TracChangeset
for help on using the changeset viewer.