Set charset in blogger importer iframe. Props Sewar. fixes #2404
git-svn-id: http://svn.automattic.com/wordpress/trunk@3609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bebd52f478
commit
da41283680
|
@ -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