Make WordPress Core


Ignore:
Timestamp:
05/22/2008 12:06:41 AM (18 years ago)
Author:
ryan
Message:

wp_admin_css() improvements. Props mdawaffe. see #7011

File:
1 edited

Legend:

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

    r7883 r7979  
    1515<title><?php _e('WordPress &#8250; Posted'); ?></title>
    1616<?php
    17 wp_admin_css( 'css/global' );
    18 wp_admin_css();
     17wp_admin_css( 'global', true );
     18wp_admin_css( 'wp-admin', true );
     19wp_admin_css( 'colors', true );
    1920?>
    2021</head>
     
    3334<title><?php _e('WordPress &#8250; Sidebar'); ?></title>
    3435<?php
    35 wp_admin_css( 'css/global' );
    36 wp_admin_css();
     36wp_admin_css( 'global', true );
     37wp_admin_css( 'wp-admin', true );
     38wp_admin_css( 'colors', true );
    3739?>
    3840<style type="text/css" media="screen">
Note: See TracChangeset for help on using the changeset viewer.