From 4b93e1eff33ca64b3f22f0c6ddff1cb56ca940cb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Oct 2019 01:18:03 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/image.php b/src/wp-admin/includes/image.php index 6456676434..664b83519f 100644 --- a/src/wp-admin/includes/image.php +++ b/src/wp-admin/includes/image.php @@ -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.