mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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:
@@ -6,10 +6,7 @@ $parent_file = 'themes.php';
|
||||
|
||||
wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file', 'theme'));
|
||||
|
||||
add_action( 'admin_head', 'theme_editor_css' );
|
||||
function theme_editor_css(){
|
||||
wp_admin_css( 'css/theme-editor' );
|
||||
}
|
||||
wp_admin_css( 'theme-editor' );
|
||||
|
||||
$themes = get_themes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user