Changeset 45944 for branches/4.8/src/wp-admin/async-upload.php
- Timestamp:
- 09/04/2019 04:30:11 PM (6 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-admin/async-upload.php
r39756 r45944 33 33 require_once( ABSPATH . 'wp-admin/admin.php' ); 34 34 35 header( 'Content-Type: text/ html; charset=' . get_option( 'blog_charset' ) );35 header( 'Content-Type: text/plain; charset=' . get_option( 'blog_charset' ) ); 36 36 37 37 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) {
Note: See TracChangeset
for help on using the changeset viewer.