Ticket #19454: 19454.2.diff
File 19454.2.diff, 491 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
1673 1673 } 1674 1674 1675 1675 function _wp_admin_html_begin() { 1676 status_header( 200 ); 1677 nocache_headers(); 1678 header( 'Content-Type: text/html; charset=' . get_option( 'blog_charset' ) ); 1676 1679 $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : ''; 1677 1680 ?> 1678 1681 <!DOCTYPE html>