Media: Typo correction in `wp_image_maybe_exif_rotate` docblock.

Follow-up to [46202].

Props mitogh.
Fixes #54816.

Built from https://develop.svn.wordpress.org/trunk@52573


git-svn-id: http://core.svn.wordpress.org/trunk@52163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-01-13 19:14:05 +00:00
parent e840d56df5
commit b4de570d35
2 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ abstract class WP_Image_Editor {
}
/**
* Filters the `$orientation` value to correct it before rotating or to prevemnt rotating the image.
* Filters the `$orientation` value to correct it before rotating or to prevent rotating the image.
*
* @since 5.3.0
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52572';
$wp_version = '6.0-alpha-52573';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.