Changeset 30203 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 11/03/2014 07:08:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r29259 r30203 7 7 */ 8 8 9 /** 10 * @param int $post_id 11 * @param bool|object $msg 12 */ 9 13 function wp_image_editor($post_id, $msg = false) { 10 14 $nonce = wp_create_nonce("image_editor-$post_id"); … … 555 559 } 556 560 561 /** 562 * @param int $post_id 563 * @return stdClass 564 */ 557 565 function wp_restore_image($post_id) { 558 566 $meta = wp_get_attachment_metadata($post_id);
Note: See TracChangeset
for help on using the changeset viewer.