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:
parent
e840d56df5
commit
b4de570d35
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue