Changes between Initial Version and Version 1 of Ticket #39422, comment 7
- Timestamp:
- 10/31/2017 10:14:23 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39422, comment 7
initial v1 3 3 {{{ 4 4 wp-includes/class-wp-image-editor.php 5 wp-includes/SimplePie/Enclosure.php6 5 wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php 7 6 wp-includes/class-wp-image-editor-gd.php … … 22 21 }}} 23 22 24 Before changing these files and replace {{{mime-type}}} with {{{mime_type}}}, I wonder about all the plugins out there that might be using {{{mime-type}}}.23 Before changing these files and replace {{{mime-type}}} with {{{mime_type}}}, I wonder about all the plugins out there that might depend on {{{mime-type}}}?