Changes between Version 1 and Version 2 of Ticket #41353, comment 3
- Timestamp:
- 07/18/2017 09:15:00 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41353, comment 3
v1 v2 9 9 Yes it makes sense. But why I am suggesting the current solution is because the image was not broken into the edit image section. 10 10 11 So I checked the code for that into "wp-admin/includes/media.php:2740" and at there I found that wp used `set_url-scheme`.11 So I checked the code for that into "wp-admin/includes/media.php:2740" and at there, I found that wp used `set_url-scheme`. 12 12 13 13 So for now I thought to handle this situation by the same method which is used into that edit media section.