Docs: Fix typo in wp_get_missing_image_subsizes() DocBlock.

Props david.binda.
Fixes #48179.

git-svn-id: https://develop.svn.wordpress.org/trunk@46368 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-10-01 01:18:03 +00:00
parent 38ea9f486f
commit 4b93e1eff3

View File

@ -164,7 +164,7 @@ function wp_update_image_subsizes( $attachment_id ) {
* @since 5.3.0
* @access private
*
* @param array $saved_data The data retirned from WP_Image_Editor after successfully saving an image.
* @param array $saved_data The data returned from WP_Image_Editor after successfully saving an image.
* @param string $original_file Path to the original file.
* @param array $image_meta The image meta data.
* @param int $attachment_id The attachment post ID.