Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

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

    r11445 r11450  
    423423    // all colors stylesheets need to have the same query strings (cache manifest compat)
    424424    $colors_version = '20090522';
    425    
     425
    426426    $styles->add( 'wp-admin', '/wp-admin/wp-admin.css', array(), '20090522' );
    427427    $styles->add_data( 'wp-admin', 'rtl', '/wp-admin/rtl.css' );
Note: See TracChangeset for help on using the changeset viewer.