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-login.php

    r36042 r36341  
    6969    <?php
    7070
    71     wp_admin_css( 'login', true );
     71    wp_enqueue_style( 'login' );
    7272
    7373    /*
     
    8888     */
    8989    do_action( 'login_enqueue_scripts' );
     90
    9091    /**
    9192     * Fires in the login page header after scripts are enqueued.
Note: See TracChangeset for help on using the changeset viewer.