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/ms-edit.php

    r15050 r15146  
    468468
    469469                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    470                 <?php wp_admin_css( 'install', true ); ?>
     470                <?php
     471                wp_admin_css( 'install', true );
     472                wp_admin_css( 'ie', true );
     473                ?>
    471474            </head>
    472             <body id="error-page">
     475            <body>
    473476                <h1 id="logo"><img alt="WordPress" src="<?php echo esc_attr( admin_url( 'images/wordpress-logo.png' ) ); ?>" /></h1>
    474477                <form action="ms-edit.php?action=<?php echo esc_attr( $_GET['action2'] ) ?>" method="post">
Note: See TracChangeset for help on using the changeset viewer.