Ticket #19454: 19454.3.diff
File 19454.3.diff, 522 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
1395 1395 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 ?> 1400 1401 <title><?php bloginfo('name') ?> › <?php echo $title ?> — <?php _e('WordPress'); ?></title>