diff --git a/wp-includes/class-wp-image-editor-imagick.php b/wp-includes/class-wp-image-editor-imagick.php index 37f1466f16..b9a2f64a89 100644 --- a/wp-includes/class-wp-image-editor-imagick.php +++ b/wp-includes/class-wp-image-editor-imagick.php @@ -308,7 +308,7 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor { } /** - * Filter to override stripping metadata from images when they're resized. + * Filter whether to strip metadata from images when they're resized. * * This filter only applies when resizing using the Imagick editor since GD * always strips profiles by default. diff --git a/wp-includes/version.php b/wp-includes/version.php index 634514d126..b41a7698ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36845'; +$wp_version = '4.5-beta2-36846'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.