Update wp-logo.png version number. props zekeweeks, fixes #17402.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
096426deb9
commit
bd7956b4f5
File diff suppressed because one or more lines are too long
|
@ -1706,7 +1706,7 @@ body.press-this ul.category-tabs li.tabs a {
|
|||
}
|
||||
|
||||
#header-logo {
|
||||
background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
|
||||
background: transparent url(../images/wp-logo-vs.png?ver=20110504) no-repeat scroll center center;
|
||||
}
|
||||
|
||||
.popular-tags,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1852,7 +1852,7 @@ body.press-this ul.category-tabs li.tabs a {
|
|||
}
|
||||
|
||||
#header-logo {
|
||||
background: transparent url(../images/wp-logo.png?ver=20100531) no-repeat scroll center center;
|
||||
background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;
|
||||
}
|
||||
|
||||
.popular-tags,
|
||||
|
|
|
@ -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 = '20110512b';
|
||||
$colors_version = '20110512c';
|
||||
|
||||
// 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