Changeset 30439
- Timestamp:
- 11/20/2014 01:57:31 PM (10 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-admin/press-this.php
r29334 r30439 64 64 if ( is_wp_error($upload) ) { 65 65 wp_delete_post($post_ID); 66 wp_die( $upload);66 wp_die( esc_html( $upload->get_error_message() ) ); 67 67 } else { 68 68 // Post formats.
Note: See TracChangeset
for help on using the changeset viewer.