From 1dfbf0fb1b5b58ae5cc3dc8b2b671d3ad5891d74 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 4 Mar 2016 17:32:35 +0000 Subject: [PATCH] Docs: Improve the hook doc summary for the `image_strip_meta` filter, introduced in [36700]. See: #33642, #30402, #28634. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36846 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-image-editor-imagick.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-image-editor-imagick.php b/src/wp-includes/class-wp-image-editor-imagick.php index 37f1466f16..b9a2f64a89 100644 --- a/src/wp-includes/class-wp-image-editor-imagick.php +++ b/src/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.