mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
Widgets: nibble the corners and use new arrows. Props chexee. see #17324.
git-svn-id: https://develop.svn.wordpress.org/trunk@17869 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -493,7 +493,7 @@ function wp_default_styles( &$styles ) {
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20110511f';
|
||||
$colors_version = '20110511g';
|
||||
|
||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||
$styles->add( 'colors', true, array(), $colors_version );
|
||||
@@ -505,7 +505,7 @@ function wp_default_styles( &$styles ) {
|
||||
$styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20101213' );
|
||||
$styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110511d' );
|
||||
$styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110121' );
|
||||
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110504' );
|
||||
$styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110511' );
|
||||
$styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511b' );
|
||||
$styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110506' ); // Readme as well
|
||||
$styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110506' );
|
||||
|
||||
Reference in New Issue
Block a user