Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix UI to successfully override admin header output #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix UI to successfully override admin header output #94

wants to merge 1 commit into from

Conversation

adambware
Copy link

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 adambware changed the title Set $_GET[\'noheader\'] to string instead of bool Fix UI to successfully override admin header output Dec 13, 2016
@rmccue
Copy link
Member

rmccue commented Mar 8, 2017

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

@adambware
Copy link
Author

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 ?

@rmccue
Copy link
Member

rmccue commented Mar 9, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants