Make WordPress Core


Ignore:
Timestamp:
06/05/2010 09:04:48 PM (16 years ago)
Author:
nacin
Message:

Numerous RTL improvements. props ocean90, TECannon. fixes #13663, fixes #13677.

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.