Changeset 46687 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 11/09/2019 01:31:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r46685 r46687 354 354 355 355 /** This filter is documented in wp-admin/includes/image-edit.php */ 356 $image = apply_filters_deprecated( 'image_save_pre', array( $image, $post_id ), '3.5.0', 'image_editor_save_pre' ); ;356 $image = apply_filters_deprecated( 'image_save_pre', array( $image, $post_id ), '3.5.0', 'image_editor_save_pre' ); 357 357 358 358 /**
Note: See TracChangeset
for help on using the changeset viewer.