Changeset 33842
- Timestamp:
- 09/01/2015 01:45:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r33640 r33842 90 90 echo '<div class="error-div error"> 91 91 <a class="dismiss" href="#" onclick="jQuery(this).parents(\'div.media-item\').slideUp(200, function(){jQuery(this).remove();});">' . __('Dismiss') . '</a> 92 <strong>' . sprintf(__('“%s” has failed to upload due to an error'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' .92 <strong>' . sprintf(__('“%s” has failed to upload.'), esc_html($_FILES['async-upload']['name']) ) . '</strong><br />' . 93 93 esc_html($id->get_error_message()) . '</div>'; 94 94 exit;
Note: See TracChangeset
for help on using the changeset viewer.