Changeset 49927 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r49108 r49927 12 12 * @since 2.9.0 13 13 * 14 * @param int $post_id Attachment post ID.15 * @param bool|object $msg Optional. Message to display for image editor updates or errors.16 * Default false.14 * @param int $post_id Attachment post ID. 15 * @param false|object $msg Optional. Message to display for image editor updates or errors. 16 * Default false. 17 17 */ 18 18 function wp_image_editor( $post_id, $msg = false ) {
Note: See TracChangeset
for help on using the changeset viewer.