From 7b14e0c3494b91aacc5d9d078f5bed8de7cc7df9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 21 Aug 2019 16:22:49 +0000 Subject: [PATCH] Docs: Fix typo in `_wp_make_subsizes()` DocBlock. Props itowhid06. Fixes #47913. See #40439. git-svn-id: https://develop.svn.wordpress.org/trunk@45871 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 9328b1d7d3..384fd8e9d0 100644 --- a/src/wp-admin/includes/image.php +++ b/src/wp-admin/includes/image.php @@ -205,7 +205,7 @@ function wp_create_image_subsizes( $file, $image_meta, $attachment_id ) { * @since 5.3.0 * @access private * - * $padam array $new_sizes Array defining what sizes to create. + * @param array $new_sizes Array defining what sizes to create. * @param string $file Full path to the image file. * @param array $image_meta The attachment meta data array. * @param int $attachment_id Attachment Id to process.