mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
wp_admin_css() improvements. Props mdawaffe. see #7011
git-svn-id: https://develop.svn.wordpress.org/trunk@7979 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -14,8 +14,8 @@ function login_header($title = 'Login', $message = '', $wp_error = '') {
|
||||
<title><?php bloginfo('name'); ?> › <?php echo $title; ?></title>
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
|
||||
<?php
|
||||
wp_admin_css( 'css/login' );
|
||||
wp_admin_css( 'css/colors-fresh' );
|
||||
wp_admin_css( 'login', true );
|
||||
wp_admin_css( 'colors-fresh', true );
|
||||
?>
|
||||
<script type="text/javascript">
|
||||
function focusit() {
|
||||
|
||||
Reference in New Issue
Block a user