Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r13250 r15146  
    4848    <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php echo get_option( 'blog_charset' ); ?>" />
    4949    <title><?php _e( 'WordPress &rsaquo; Upgrade' ); ?></title>
    50     <?php wp_admin_css( 'install', true ); ?>
     50    <?php
     51    wp_admin_css( 'install', true );
     52    wp_admin_css( 'ie', true );
     53    ?>
    5154</head>
    5255<body>
Note: See TracChangeset for help on using the changeset viewer.