WordPress-Importer icon indicating copy to clipboard operation
WordPress-Importer copied to clipboard

Fix UI to successfully override admin header output

Open adambware opened this issue 9 years ago • 3 comments

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.

adambware avatar Dec 10 '16 22:12 adambware

This seems like it may be a plugin compatibility issue; WP core only checks isset( $_GET['noheader'] ). What plugins did you have installed?

rmccue avatar Mar 08 '17 02:03 rmccue

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 ?

adambware avatar Mar 08 '17 16:03 adambware

I don't think so, since that page already outputs, so extra output wouldn't matter.

rmccue avatar Mar 09 '17 00:03 rmccue