Changeset 30644
- Timestamp:
- 11/30/2014 09:58:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r30203 r30644 404 404 * Performs group of changes on Editor specified. 405 405 * 406 * @param WP_Image_Editor $image 407 * @param type $changes 408 * @return WP_Image_Editor 406 * @since 2.9.0 407 * 408 * @param WP_Image_Editor $image {@see WP_Image_Editor} instance. 409 * @param array $changes Array of change operations. 410 * @return WP_Image_Editor {@see WP_Image_Editor} instance with changes applied. 409 411 */ 410 412 function image_edit_apply_changes( $image, $changes ) {
Note: See TracChangeset
for help on using the changeset viewer.