Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#17402 closed defect (bug) (fixed)

Old version dates for wp-logo.png images uses cached images on 3.2 upgrade

Reported by: zekeweeks's profile zekeweeks Owned by: nacin's profile nacin
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.2
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

I upgraded a 3.1 install to 3.2 and noticed that wp-logo.png displays 3.1's old 32px version in the new Admin header. Refreshing browser cache fixes it for users, but it looks like colors-fresh.css and colors-classic.css append ?ver=20100531 and ?ver=20101102 respectively to the file URL (probably to avoid this problem?)

Looks like the 16px files were last updated on 2011-05-04, so I've attached a patch making use of that date. (This is my first patch submitted to WordPress, so please let me know if this should be done differently. :-) )

Attachments (1)

patch.diff (145.8 KB) - added by zekeweeks 14 years ago.
Updated dates in colors-fresh.css and colors-classic.css

Download all attachments as: .zip

Change History (4)

@zekeweeks
14 years ago

Updated dates in colors-fresh.css and colors-classic.css

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.2
  • Owner set to nacin
  • Status changed from new to accepted

#2 @nacin
14 years ago

Thanks for the patch - one note, don't patch the compressed files. We handle those on commit. Keeps patches fresher (this one didn't apply due to unrelated changes in the file since then) and allows us to verify that things match.

Congrats on patch # 1!

Last edited 14 years ago by nacin (previous) (diff)

#3 @nacin
14 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In [17905]:

Update wp-logo.png version number. props zekeweeks, fixes #17402.

Note: See TracTickets for help on using tickets.