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:
parent
ac2aab5b82
commit
d8f8f68d42
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue