Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #47889


Ignore:
Timestamp:
08/17/2019 12:17:49 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47889 – Description

    initial v1  
    11How to reproduce this bug?
    2 1> ready an image, make sure it contains a special character, such as ^. In my case, this image file is test^image.jpg
     21> ready an image, make sure it contains a special character, such as `^`. In my case, this image file is `test^image.jpg`
    332> goto page 'Upload New Media', that is './wp-admin/media-new.php'
    443> select your image file and upload it.
    554> in the completion list, you will see a thumbnail and the image that you uploaded. (see attachment )
    6 5> the thumbnail is broken, and the URL of the thumbnail is '.../testimage.jpg'. actually, it's should be '.../test^image.jpg'
     65> the thumbnail is broken, and the URL of the thumbnail is `'.../testimage.jpg'`. actually, it's should be `'.../test^image.jpg'`