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:
parent
aea6fbc7be
commit
10b86ca5f7
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue