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
This commit is contained in:
Drew Jaynes 2016-03-04 17:32:35 +00:00
parent d8f72707d2
commit 1dfbf0fb1b
1 changed files with 1 additions and 1 deletions

View File

@ -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.