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
This commit is contained in:
Drew Jaynes 2016-03-04 17:33:26 +00:00
parent ac2aab5b82
commit d8f8f68d42
2 changed files with 2 additions and 2 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.

View File

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