From ce3388a5eaebb574e75df2ffdad55fd711f60895 Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@7976 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 -