Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31296


Ignore:
Timestamp:
02/11/2015 02:55:50 PM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31296 – Description

    initial v1  
    33Prior to 4.1 there was only the image with the original filename. The behaviour with 4.1 is bad, because we have a) more images than necessary and b) WordPress uses the version with size appendix. If you're optimizing images before uploading them, the optimizations aren't used at all.
    44
    5 It seems like the change came in with this changeset:
    6 https://core.trac.wordpress.org/changeset/30639
     5It seems like the change came in with this changeset: r30639
    76
    8 Corresponding ticket:
    9 https://core.trac.wordpress.org/ticket/19793
     7Corresponding ticket: #19793