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:
ryan 2006-03-04 22:11:48 +00:00
parent bebd52f478
commit da41283680
1 changed files with 2 additions and 0 deletions

View File

@ -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 ) {