#54816 closed enhancement (fixed)
Typo in `src/wp-includes/class-wp-image-editor.php`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Media | Keywords: | has-patch commit |
Focuses: | docs | Cc: |
Description
Currently there's a typo in the file related to the filter wp_image_maybe_exif_rotate
can can be found here as well.
Current typo:
prevemnt rotating the image
Expected wording instead:
prevent rotating the image
Change History (4)
This ticket was mentioned in PR #2157 on WordPress/wordpress-develop by mitogh.
7 months ago
- Keywords has-patch added
Note: See
TracTickets for help on using
tickets.
Replace
prevemnt
withprevent
Trac ticket: https://core.trac.wordpress.org/ticket/54816