Changeset 51221 for trunk/src/wp-includes/class-wp-image-editor.php
- Timestamp:
- 06/23/2021 07:04:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor.php
r50951 r51221 327 327 * @since 5.8.0 328 328 * 329 * @param array$output_format {329 * @param string[] $output_format { 330 330 * An array of mime type mappings. Maps a source mime type to a new 331 331 * destination mime type. Default empty array. 332 332 * 333 * @type array $mime_type The source mime type { 334 * @type string $mime_type The new mime type. 335 * } 333 * @type string ...$0 The new mime type. 334 * } 336 335 * @param string $filename Path to the image. 337 336 * @param string $mime_type The source image mime type.
Note: See TracChangeset
for help on using the changeset viewer.