Skip to content

Commit

Permalink
Add query args to refresh the sprite images, see #21019
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@21296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
azaozz committed Jul 20, 2012
1 parent af65e28 commit 4293682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-includes/css/editor.dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
.wp_themeSkin .mceSplitButton span.mce_numlist,
.wp_themeSkin .mceSplitButton span.mce_bullist {
background-image: url(../images/wpicons.png);
background-image: url('../images/wpicons.png?ver=20120720');
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
Expand Down Expand Up @@ -446,7 +446,7 @@
.wp_themeSkin .mceSplitButton .mce_forecolor span.mce_forecolor,
.wp_themeSkin .mceSplitButton span.mce_numlist,
.wp_themeSkin .mceSplitButton span.mce_bullist {
background-image: url(../images/wpicons-2x.png);
background-image: url('../images/wpicons-2x.png?ver=20120720');
background-size: 560px 40px;
}
}
Expand Down

0 comments on commit 4293682

Please sign in to comment.