Make WordPress Core


Ignore:
Timestamp:
11/29/2010 01:31:42 PM (15 years ago)
Author:
westi
Message:

Make the list of actions that can be performed on a site in the User List in Network admin filterable.
Add classes for all core site status types to the view url.
Move the CSS to a css file rather than including it inline.
See #15558

File:
1 edited

Legend:

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

    r16602 r16607  
    501501    $styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version );
    502502
    503     $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' );
     503    $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20101129' );
    504504    $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101105' );
    505505    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20101020' );
Note: See TracChangeset for help on using the changeset viewer.