Make WordPress Core


Ignore:
Timestamp:
06/20/2026 11:33:35 PM (8 hours ago)
Author:
SergeyBiryukov
Message:

Docs: Correct typo in a comment in wp_create_image_subsizes().

Follow-up to [59317].

Props khokansardar, nimeshatxecurify, sabernhardt, SergeyBiryukov.
Fixes #65468.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image.php

    r62027 r62537  
    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 ) {
Note: See TracChangeset for help on using the changeset viewer.