Changeset 21538 for trunk/wp-admin/includes/template.php
- Timestamp:
- 08/17/2012 02:19:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r21349 r21538 1396 1396 $current_screen = get_current_screen(); 1397 1397 1398 @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); 1398 1399 _wp_admin_html_begin(); 1399 1400 ?>
Note: See TracChangeset
for help on using the changeset viewer.