We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In /wp-admin/error.php, the admin_title filter is used without ensuring that the current_screen is set: https://github.com/xwp/pwa-wp/blob/7cf111f43dff028d6331009eabdc25848e6cd44f/wp-admin/error.php#L45
admin_title
admin-header.php does this with https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-header.php#L29:L32
before using the filter in https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-header.php#L68.
This is causing the fatal error reported in woocommerce/woocommerce-admin#2732 .
The text was updated successfully, but these errors were encountered:
@rrennick Can you confirm that #207 fixes the problem for you?
Sorry, something went wrong.
Bail out of our admin_title filter if it's invoked before `current_…
996900b
…screen`. See: GoogleChromeLabs/pwa-wp#206
Can you confirm that #207 fixes the problem for you?
It does.
Successfully merging a pull request may close this issue.
In /wp-admin/error.php, the
admin_title
filter is used without ensuring that the current_screen is set: https://github.com/xwp/pwa-wp/blob/7cf111f43dff028d6331009eabdc25848e6cd44f/wp-admin/error.php#L45admin-header.php does this with https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-header.php#L29:L32
before using the filter in https://github.com/WordPress/WordPress/blob/master/wp-admin/admin-header.php#L68.
This is causing the fatal error reported in woocommerce/woocommerce-admin#2732 .
The text was updated successfully, but these errors were encountered: