Changeset 42756
- Timestamp:
- 02/26/2018 06:37:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r42404 r42756 9 9 /** 10 10 * Loads the WP image-editing interface. 11 * 12 * @since 2.9.0 11 13 * 12 14 * @param int $post_id Post ID. … … 248 250 * Streams image in WP_Image_Editor to browser. 249 251 * 252 * @since 2.9.0 253 * 250 254 * @param WP_Image_Editor $image The image editor instance. 251 255 * @param string $mime_type The mime type of the image. … … 302 306 303 307 /** 304 * Saves Image to File 308 * Saves image to file. 309 * 310 * @since 2.9.0 305 311 * 306 312 * @param string $filename … … 606 612 * in $_REQUEST['history'] 607 613 * 614 * @since 2.9.0 615 * 608 616 * @param int $post_id 609 617 * @return bool … … 733 741 * Saves image to post along with enqueued changes 734 742 * in $_REQUEST['history'] 743 * 744 * @since 2.9.0 735 745 * 736 746 * @param int $post_id
Note: See TracChangeset
for help on using the changeset viewer.