Add ?ver=DATE query strings to all images that changed since 2.9, to expire browser cache. Bump versions on all CSS/JS files modified in that process. fixes #13562.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2010-05-31 06:33:46 +00:00
parent 034f920d4f
commit 100e81c448
29 changed files with 138 additions and 138 deletions

View File

@@ -1,9 +1,9 @@
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -109px;
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;
}
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px;
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px;
}
* html #adminmenu {
margin-left:0;