Dashboard styling from mdawaffe. see #5750

git-svn-id: https://develop.svn.wordpress.org/trunk@6810 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-13 10:07:57 +00:00
parent 4367d63dbd
commit 2ffb0df982
5 changed files with 224 additions and 232 deletions
+7
View File
@@ -20,6 +20,11 @@ function index_js() {
}
add_action( 'admin_head', 'index_js' );
function index_css() {
wp_admin_css( 'css/dashboard' );
}
add_action( 'admin_head', 'index_css' );
wp_enqueue_script( 'jquery' );
$title = __('Dashboard');
@@ -80,6 +85,8 @@ $widgets_text = sprintf( __ngettext( '%d widget', '%d widgets', $num_widgets ),
<?php do_action( 'activity_box_end' ); ?>
</div><!-- rightnow -->
<br class="clear" />
<?php wp_dashboard(); ?>
</div><!-- wrap -->