Ticket #48179: 48179.diff
| File 48179.diff, 659 bytes (added by , 6 years ago) |
|---|
-
src/wp-admin/includes/image.php
164 164 * @since 5.3.0 165 165 * @access private 166 166 * 167 * @param array $saved_data The data ret irned from WP_Image_Editor after successfully saving an image.167 * @param array $saved_data The data returned from WP_Image_Editor after successfully saving an image. 168 168 * @param string $original_file Path to the original file. 169 169 * @param array $image_meta The image meta data. 170 170 * @param int $attachment_id The attachment post ID.