Changeset 36847 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 03/04/2016 05:36:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r36846 r36847 655 655 656 656 /** 657 * Strip all image meta except color profiles from an image. 658 * 657 * Strips all image meta except color profiles from an image. 658 * 659 * @since 4.5.0 659 660 * @access protected 660 * @since 4.5.0 661 * 662 * @return true|WP_Error True if stripping metadata was successful. WP_Error object on error. 661 663 */ 662 664 protected function strip_meta() {
Note: See TracChangeset
for help on using the changeset viewer.