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.