Changes between Initial Version and Version 1 of Ticket #47889
- Timestamp:
- 08/17/2019 12:17:49 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47889 – Description
initial v1 1 1 How 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.jpg2 1> ready an image, make sure it contains a special character, such as `^`. In my case, this image file is `test^image.jpg` 3 3 2> goto page 'Upload New Media', that is './wp-admin/media-new.php' 4 4 3> select your image file and upload it. 5 5 4> 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'6 5> the thumbnail is broken, and the URL of the thumbnail is `'.../testimage.jpg'`. actually, it's should be `'.../test^image.jpg'`