Make WordPress Core

Changeset 5965 for trunk/wp-login.php


Ignore:
Timestamp:
08/28/2007 11:23:38 PM (17 years ago)
Author:
ryan
Message:

Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r5800 r5965  
    3232    <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
    3333    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    34     <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    35 <?php if ( ('rtl' == $wp_locale->text_direction) ) : ?>
    36     <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    37 <?php endif; ?>
     34    <?php wp_admin_css(); ?>
    3835    <!--[if IE]><style type="text/css">#login h1 a { margin-top: 35px; } #login #login_error { margin-bottom: 10px; }</style><![endif]--><!-- Curse you, IE! -->
    3936    <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.