Changeset 51790 for trunk/src/wp-includes/class-wp-image-editor-imagick.php
- Timestamp:
- 09/09/2021 08:38:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-imagick.php
r51435 r51790 663 663 * @since 3.5.0 664 664 * 665 * @param string $destfilename 666 * @param string $mime_type 665 * @param string $destfilename Optional. Destination filename. Default null. 666 * @param string $mime_type Optional. The mime-type. Default null. 667 667 * @return array|WP_Error {'path'=>string, 'file'=>string, 'width'=>int, 'height'=>int, 'mime-type'=>string} 668 668 */
Note: See TracChangeset
for help on using the changeset viewer.