Make WordPress Core

Ticket #48179: 48179.diff

File 48179.diff, 659 bytes (added by david.binda, 6 years ago)
  • src/wp-admin/includes/image.php

     
    164164 * @since 5.3.0
    165165 * @access private
    166166 *
    167  * @param array  $saved_data    The data retirned 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.
    168168 * @param string $original_file Path to the original file.
    169169 * @param array  $image_meta    The image meta data.
    170170 * @param int    $attachment_id The attachment post ID.