mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -7,6 +7,7 @@ if ( ! current_user_can('switch_themes') )
|
||||
wp_die( __( 'Cheatin’ uh?' ));
|
||||
|
||||
wp_enqueue_script( array( 'wp-lists', 'admin-widgets' ) );
|
||||
wp_admin_css( 'widgets' );
|
||||
|
||||
do_action( 'sidebar_admin_setup' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user