Don't let "Crunching" overlap image name while uploading, props hakre, fixes #11447
git-svn-id: http://svn.automattic.com/wordpress/trunk@12654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
904b89dc9f
commit
9532a2a4bb
File diff suppressed because one or more lines are too long
|
@ -2953,7 +2953,7 @@ abbr.required {
|
|||
.media-item .original {
|
||||
position: relative;
|
||||
height: 34px;
|
||||
text-align: center;
|
||||
width: 503px;
|
||||
}
|
||||
|
||||
.media-item .percent {
|
||||
|
|
|
@ -430,7 +430,7 @@ function wp_default_styles( &$styles ) {
|
|||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||
$colors_version = '20091227';
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20091227' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100107' );
|
||||
|
||||
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20091221' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue