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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2011-08-21 03:46:43 +00:00
parent 6041cd0410
commit 1cdec6ff6e
62 changed files with 4026 additions and 4416 deletions

View File

@@ -62,7 +62,7 @@ function login_header($title = 'Log In', $message = '', $wp_error = '') {
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> &rsaquo; <?php echo $title; ?></title>
<?php
wp_admin_css( 'login', true );
wp_admin_css( 'wp-admin', true );
wp_admin_css( 'colors-fresh', true );
if ( $is_iphone ) { ?>
@@ -135,6 +135,7 @@ if(typeof wpOnload=='function')wpOnload();
<?php endif; ?>
<?php do_action('login_footer'); ?>
<div class="clear"></div>
</body>
</html>
<?php