Script bump for [15176] and use existing naming convention.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-09 04:01:12 +00:00
parent aea6fbc7be
commit 10b86ca5f7
4 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1605,7 +1605,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
}
#header-logo {
background: transparent url(../images/wp-logo-blue.png) no-repeat scroll center center;
background: transparent url(../images/wp-logo-vs.png) no-repeat scroll center center;
}
#wphead #site-visit-button {

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -439,7 +439,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 = '20100531';
$colors_version = '20100609';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );