WordPress-Importer
WordPress-Importer copied to clipboard
Fix UI to successfully override admin header output
This resolves issue #50 where WXR_Import_UI->on_load() should skip outputting the header on the import page so we can handle it in the import template.
This seems like it may be a plugin compatibility issue; WP core only checks isset( $_GET['noheader'] ). What plugins did you have installed?
Only active plugins were this and Debug Bar. Could these warnings maybe just be coming from the empty space after the closing php tag in /templates/header.php ?
I don't think so, since that page already outputs, so extra output wouldn't matter.