Make WordPress Core


Ignore:
Timestamp:
05/19/2009 01:27:34 AM (15 years ago)
Author:
azaozz
Message:

Some more styling for the plugins screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r11388 r11391  
    415415    $rtl_styles = array( 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
    416416
    417     $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090514' );
     417    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090518' );
    418418    $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
    419419
     
    422422
    423423    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
    424     $styles->add( 'colors', true, array(), '20090514' );
     424    $styles->add( 'colors', true, array(), '20090518' );
    425425    $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20090514'); // for login.php.  Is there a better way?
    426426    $styles->add_data( 'colors-fresh', 'rtl', true );
Note: See TracChangeset for help on using the changeset viewer.