From 12de05107e4c8b006bde6ee8916f34eb476d08da Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 13 Jun 2008 17:21:00 +0000 Subject: WP Merge with revision 8075 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1328 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/index.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'wp-admin/index.php') diff --git a/wp-admin/index.php b/wp-admin/index.php index 15bc950..3a10bcf 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -26,12 +26,8 @@ jQuery(function($) { } add_action( 'admin_head', 'index_js' ); -function index_css() { - wp_admin_css( 'css/dashboard' ); -} -add_action( 'admin_head', 'index_css' ); - wp_enqueue_script( 'jquery' ); +wp_admin_css( 'dashboard' ); $title = __('Dashboard'); $parent_file = 'index.php'; @@ -110,13 +106,12 @@ if ( $can_switch_themes = current_user_can( 'switch_themes' ) ) $widgets_text = "$widgets_text"; ?>

- title, $widgets_text ); ?> + title, $widgets_text ); ?>

- -- cgit