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

git-svn-id: https://develop.svn.wordpress.org/trunk@15177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-09 04:01:12 +00:00
parent 2760cde995
commit 5d8d6a9095
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 );