Make WordPress Core

Changeset 18577 for trunk/wp-login.php


Ignore:
Timestamp:
08/21/2011 03:46:43 AM (13 years ago)
Author:
azaozz
Message:

Merge most admin css files, first run, see #18314

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r18513 r18577  
    6363    <title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
    6464<?php
    65     wp_admin_css( 'login', true );
     65    wp_admin_css( 'wp-admin', true );
    6666    wp_admin_css( 'colors-fresh', true );
    6767
     
    136136
    137137<?php do_action('login_footer'); ?>
     138<div class="clear"></div>
    138139</body>
    139140</html>
Note: See TracChangeset for help on using the changeset viewer.