Make WordPress Core


Ignore:
Timestamp:
02/13/2008 10:07:57 AM (19 years ago)
Author:
ryan
Message:

Dashboard styling from mdawaffe. see #5750

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r6809 r6810  
    2020}
    2121add_action( 'admin_head', 'index_js' );
     22
     23function index_css() {
     24        wp_admin_css( 'css/dashboard' );
     25}
     26add_action( 'admin_head', 'index_css' );
    2227
    2328wp_enqueue_script( 'jquery' );
     
    8186</div><!-- rightnow -->
    8287
     88<br class="clear" />
     89
    8390<?php wp_dashboard(); ?>
    8491
Note: See TracChangeset for help on using the changeset viewer.