Changeset 46088 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 09/10/2019 07:22:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r45932 r46088 666 666 chmod( $filename, $perms ); 667 667 668 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */669 668 return array( 670 669 'path' => $filename, 670 /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 671 671 'file' => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ), 672 672 'width' => $this->size['width'],
Note: See TracChangeset
for help on using the changeset viewer.