Changeset 45611 for trunk/src/wp-admin/customize.php
- Timestamp:
- 07/09/2019 05:44:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r42719 r45611 124 124 125 125 // Let's roll. 126 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );126 header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 127 127 128 128 wp_user_settings();
Note: See TracChangeset
for help on using the changeset viewer.