Make WordPress Core

Opened 3 hours ago

Last modified 2 hours ago

#65468 new defect (bug)

Fix a typo ("convet" → "convert") in wp_create_image_subsizes() comment

Reported by: khokansardar's profile khokansardar Owned by:
Milestone: Awaiting Review Priority: normal
Severity: trivial Version: trunk
Component: Media Keywords: has-patch
Focuses: docs Cc:

Description

There is a typo in an inline comment in wp_create_image_subsizes() (src/wp-admin/includes/image.php).

The comment reads:

Resize the image. This will also convet it if needed.

"convet" should be "convert":

Resize the image. This will also convert it if needed.

Change History (2)

This ticket was mentioned in PR #12186 on WordPress/wordpress-develop by @khokansardar.


3 hours ago
#1

The word "convet" should be "convert".

Fixes a small typo in an inline comment within wp_create_image_subsizes() in src/wp-admin/includes/image.php. The word "convet" should be "convert".

Trac ticket: https://core.trac.wordpress.org/ticket/65468

## Use of AI Tools

#2 @nimeshatxecurify
2 hours ago

Reviewed and approved.

Note: See TracTickets for help on using tickets.