mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user