Changeset 30440
- Timestamp:
- 11/20/2014 01:57:48 PM (9 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-admin/press-this.php
r27772 r30440 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.