Changeset 20753 for trunk/wp-admin/media.php
- Timestamp:
- 05/09/2012 04:16:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media.php
r20449 r20753 60 60 61 61 if ( empty($att->ID) ) wp_die( __('You attempted to edit an attachment that doesn’t exist. Perhaps it was deleted?') ); 62 if ( 'attachment' !== $att->post_type ) wp_die( __('You attempted to edit an item that isn’t an attachment. Please go back and try again.') ); 62 63 if ( $att->post_status == 'trash' ) wp_die( __('You can’t edit this attachment because it is in the Trash. Please move it out of the Trash and try again.') ); 63 64
Note: See TracChangeset
for help on using the changeset viewer.