Skip to content

Commit a5fc098

Browse files
Docs: Correct typo in a comment in wp_create_image_subsizes().
Follow-up to [59317]. Props khokansardar, nimeshatxecurify, sabernhardt, SergeyBiryukov. Fixes #65468. git-svn-id: https://develop.svn.wordpress.org/trunk@62537 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e269998 commit a5fc098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function wp_create_image_subsizes( $file, $attachment_id ) {
316316
}
317317

318318
if ( $scale_down ) {
319-
// Resize the image. This will also convet it if needed.
319+
// Resize the image. This will also convert it if needed.
320320
$resized = $editor->resize( $threshold, $threshold );
321321
} elseif ( $convert ) {
322322
// The image will be converted (if possible) when saved.

0 commit comments

Comments
 (0)