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
This commit is contained in:
Sergey Biryukov 2019-08-21 16:22:49 +00:00
parent fb189a6d5c
commit 7b14e0c349
1 changed files with 1 additions and 1 deletions

View File

@ -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.