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:
Ryan Boren 2006-03-04 22:11:48 +00:00
parent 8687ce84b1
commit 0271fde782

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