From d8f8f68d42b39fc405dfed4ccb977789bef30a33 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Mar 2016 17:33:26 +0000 Subject: [PATCH] Docs: Improve the hook doc summary for the `image_strip_meta` filter, introduced in [36700]. See: #33642, #30402, #28634. See #35986. Built from https://develop.svn.wordpress.org/trunk@36846 git-svn-id: http://core.svn.wordpress.org/trunk@36813 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-image-editor-imagick.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.