Make WordPress Core

Changeset 5632


Ignore:
Timestamp:
06/02/2007 12:40:23 AM (16 years ago)
Author:
rob1n
Message:

Whoops, forgot about wp-login.php. see #4334

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r5285 r5632  
    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" />
     34    <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/css/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    3535<?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" />
     36    <link rel="stylesheet" href="<?php bloginfo('wpurl'); ?>/wp-admin/css/rtl.css?version=<?php bloginfo('version'); ?>" type="text/css" />
    3737<?php endif; ?>
    3838    <!--[if IE]><style type="text/css">#login h1 a { margin-top: 35px; } #login #login_error { margin-bottom: 10px; }</style><![endif]--><!-- Curse you, IE! -->
Note: See TracChangeset for help on using the changeset viewer.