Changeset 3609

Show
Ignore:
Timestamp:
03/04/06 22:11:48 (3 years ago)
Author:
ryan
Message:

Set charset in blogger importer iframe. Props Sewar. fixes #2404

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0/wp-admin/import/blogger.php

    r3397 r3609  
    600600         
    601601        if ( isset($_GET['noheader']) ) { 
     602            header('Content-Type: text/html; charset=utf-8'); 
     603 
    602604            $this->import = get_settings('import-blogger'); 
    603605 
  • trunk/wp-admin/import/blogger.php

    r3517 r3609  
    600600 
    601601        if ( isset($_GET['noheader']) ) { 
     602            header('Content-Type: text/html; charset=utf-8'); 
     603 
    602604            $this->import = get_settings('import-blogger'); 
    603605