Changeset 51790 for trunk/src/wp-includes/class-wp-image-editor.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.php
r51717 r51790 78 78 * @abstract 79 79 * 80 * @param string $destfilename 81 * @param string $mime_type 80 * @param string $destfilename Optional. Destination filename. Default null. 81 * @param string $mime_type Optional. The mime-type. Default null. 82 82 * @return array|WP_Error {'path'=>string, 'file'=>string, 'width'=>int, 'height'=>int, 'mime-type'=>string} 83 83 */
Note: See TracChangeset
for help on using the changeset viewer.