Make WordPress Core


Ignore:
Timestamp:
10/17/2011 08:57:32 PM (14 years ago)
Author:
azaozz
Message:

Use IE conditionals when adding the ie8 class, introduce _wp_admin_html_begin(), props scribu, fixes #18966

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r18975 r18982  
    3434wp_user_settings();
    3535
     36_wp_admin_html_begin();
    3637?>
    37 <!DOCTYPE html>
    38 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); echo "$wp_htmltag_class "; language_attributes(); ?>>
    39 <head>
    40 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
    4138<title><?php echo $admin_title; ?></title>
    4239<?php
Note: See TracChangeset for help on using the changeset viewer.