Make WordPress Core


Ignore:
Timestamp:
05/31/2010 06:33:46 AM (14 years ago)
Author:
markjaquith
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/nav-menu.dev.css

    r15066 r15072  
    392392
    393393.item-edit {
    394     background: url("../images/menu-bits.gif") no-repeat scroll 0 -105px;
     394    background: url("../images/menu-bits.gif?ver=20100531") no-repeat scroll 0 -105px;
    395395    position: absolute;
    396396    right: -20px;
Note: See TracChangeset for help on using the changeset viewer.