From b4de570d3555cce5d386f2f10d1d49d2444f3a77 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 13 Jan 2022 19:14:05 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-image-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-image-editor.php b/wp-includes/class-wp-image-editor.php index 9107b90dec..823501eb46 100644 --- a/wp-includes/class-wp-image-editor.php +++ b/wp-includes/class-wp-image-editor.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index bdaed4268b..7eb5da1e58 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.