Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r15146 r13250  
    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
    51     wp_admin_css( 'install', true );
    52     wp_admin_css( 'ie', true );
    53     ?>
     50    <?php wp_admin_css( 'install', true ); ?>
    5451</head>
    5552<body>
Note: See TracChangeset for help on using the changeset viewer.