Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #27860


Ignore:
Timestamp:
04/20/2014 10:44:07 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27860

    • Property Keywords dev-feedback added
  • Ticket #27860 – Description

    initial v2  
    1 If a file is uploaded myimgage.png and then a second image is uploaded with the same name the file is renames myimgage.png to myimgage1.png this is fine.
     1If a file is uploaded `myimgage.png` and then a second image is uploaded with the same name the file is renames `myimgage.png` to `myimgage1.png` this is fine.
    22
    3 However if a Retina image is uploaded using the Apple retina standard @2x i.e. myimage@2x.png
     3However if a Retina image is uploaded using the Apple retina standard @2x i.e. `myimage@2x.png`
    44
    5 The increment is myimage@2x1.png this is not correct and should be myimage1@2x.png
     5The increment is `myimage@2x1.png` this is not correct and should be `myimage1@2x.png`
    66
    7 Should be myimage[[prefex]]@2x.png NOT myimage@2x[[prefex]].png
     7Should be `myimage[[prefex]]@2x.png` NOT `myimage@2x[[prefex]].png`