Set charset in blogger importer iframe. Props Sewar. fixes #2404
git-svn-id: https://develop.svn.wordpress.org/trunk@3609 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8687ce84b1
commit
0271fde782
@ -599,6 +599,8 @@ class Blogger_Import {
|
||||
}
|
||||
|
||||
if ( isset($_GET['noheader']) ) {
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
|
||||
$this->import = get_settings('import-blogger');
|
||||
|
||||
if ( false === $this->import ) {
|
||||
|
Loading…
Reference in New Issue
Block a user