Changeset 51302 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 07/01/2021 10:01:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r51177 r51302 374 374 * @deprecated 3.5.0 Use {@see 'wp_save_image_editor_file'} instead. 375 375 * 376 * @param mixed$override Value to return instead of saving. Default null.377 * @param string $filename Name of the file to be saved.378 * @param WP_Image_Editor$image The image editor instance.379 * @param string $mime_type The mime type of the image.380 * @param int $post_id Attachment post ID.376 * @param bool|null $override Value to return instead of saving. Default null. 377 * @param string $filename Name of the file to be saved. 378 * @param resource|GdImage $image The image editor instance. 379 * @param string $mime_type The mime type of the image. 380 * @param int $post_id Attachment post ID. 381 381 */ 382 382 $saved = apply_filters_deprecated(
Note: See TracChangeset
for help on using the changeset viewer.