diff --git a/src/wp-admin/includes/image.php b/src/wp-admin/includes/image.php
index 9328b1d7d3..384fd8e9d0 100644
|
a
|
b
|
function wp_create_image_subsizes( $file, $image_meta, $attachment_id ) {
|
| 205 | 205 | * @since 5.3.0 |
| 206 | 206 | * @access private |
| 207 | 207 | * |
| 208 | | * $padam array $new_sizes Array defining what sizes to create. |
| | 208 | * @param array $new_sizes Array defining what sizes to create. |
| 209 | 209 | * @param string $file Full path to the image file. |
| 210 | 210 | * @param array $image_meta The attachment meta data array. |
| 211 | 211 | * @param int $attachment_id Attachment Id to process. |