mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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 git-svn-id: https://develop.svn.wordpress.org/trunk@16607 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -500,7 +500,7 @@ function wp_default_styles( &$styles ) {
|
||||
$styles->add( 'colors-fresh', "/wp-admin/css/colors-fresh$suffix.css", array(), $colors_version );
|
||||
$styles->add( 'colors-classic', "/wp-admin/css/colors-classic$suffix.css", array(), $colors_version );
|
||||
|
||||
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' );
|
||||
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20101129' );
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101105' );
|
||||
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20101020' );
|
||||
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20100610' );
|
||||
|
||||
Reference in New Issue
Block a user