Media: Visually align upload errors with other admin notices.

props sagarjadhav.
fixes #31874.


git-svn-id: https://develop.svn.wordpress.org/trunk@32506 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-05-15 16:18:50 +00:00
parent 12b3b1c100
commit 691656f2cf
3 changed files with 18 additions and 32 deletions

View File

@@ -273,7 +273,6 @@ function wp_print_media_templates() {
</script>
<script type="text/html" id="tmpl-uploader-status-error">
<span class="upload-error-label"><?php _e('Error'); ?></span>
<span class="upload-error-filename">{{{ data.filename }}}</span>
<span class="upload-error-message">{{ data.message }}</span>
</script>