Make WordPress Core

Ticket #19454: 19454.3.diff

File 19454.3.diff, 522 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-admin/includes/template.php

     
    13951395
    13961396        $current_screen = get_current_screen();
    13971397
     1398        @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
    13981399        _wp_admin_html_begin();
    13991400?>
    14001401<title><?php bloginfo('name') ?> &rsaquo; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>