Make WordPress Core


Ignore:
Timestamp:
01/18/2016 09:56:06 AM (9 years ago)
Author:
dd32
Message:

CSS: Stop using wp-admin.min.css and instead queue the individual stylesheets up through load-styles.php.
We still generate the wp-admin.* files for compabitility purposes, however they only include the @import() lines.

Fixes #35229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r35742 r36341  
    250250// Login actions
    251251add_action( 'login_head',          'wp_print_head_scripts',         9     );
     252add_action( 'login_head',          'print_admin_styles',            9     );
    252253add_action( 'login_head',          'wp_site_icon',                  99    );
    253254add_action( 'login_footer',        'wp_print_footer_scripts',       20    );
Note: See TracChangeset for help on using the changeset viewer.