mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
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']) ) {
|
if ( isset($_GET['noheader']) ) {
|
||||||
|
header('Content-Type: text/html; charset=utf-8');
|
||||||
|
|
||||||
$this->import = get_settings('import-blogger');
|
$this->import = get_settings('import-blogger');
|
||||||
|
|
||||||
if ( false === $this->import ) {
|
if ( false === $this->import ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user