Changeset 37342 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r36223 r37342 459 459 * @since 2.9.0 460 460 * 461 * @param WP_Image_Editor $image {@see WP_Image_Editor}instance.461 * @param WP_Image_Editor $image WP_Image_Editor instance. 462 462 * @param array $changes Array of change operations. 463 * @return WP_Image_Editor {@see WP_Image_Editor}instance with changes applied.463 * @return WP_Image_Editor WP_Image_Editor instance with changes applied. 464 464 */ 465 465 function image_edit_apply_changes( $image, $changes ) {
Note: See TracChangeset
for help on using the changeset viewer.