From 9178934544ed423a3d9cdb47fcd9b9d7c002b2eb Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 21 May 2008 23:24:23 +0000 Subject: [PATCH] Add wp_default_styles(), convert wp_admin_css(). Props mdawaffe. see #7011 git-svn-id: http://svn.automattic.com/wordpress/trunk@7976 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/admin-header.php | 7 ++-- wp-includes/class.wp-scripts.php | 2 +- wp-includes/class.wp-styles.php | 34 +++++++++++++++---- wp-includes/general-template.php | 33 +++++++++---------- wp-includes/script-loader.php | 56 +++++++++++++++++++++++++++++++- 5 files changed, 103 insertions(+), 29 deletions(-) diff --git a/wp-admin/admin-header.php b/wp-admin/admin-header.php index 599be92fe1..b0b28a2c7f 100644 --- a/wp-admin/admin-header.php +++ b/wp-admin/admin-header.php @@ -29,14 +29,13 @@ get_admin_page_title(); <?php bloginfo('name') ?> › <?php echo wp_specialchars( strip_tags( $title ) ); ?> — WordPress -