-
Notifications
You must be signed in to change notification settings - Fork 874
PHP Deprecation Notice: strip_tags(): Passing null #46214
Copy link
Copy link
Closed
Labels
Admin PageReact-powered dashboard under the Jetpack menuReact-powered dashboard under the Jetpack menuBugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intendedNeeds triageTicket needs to be triagedTicket needs to be triaged[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal[Status] Auto-allocated
Metadata
Metadata
Assignees
Labels
Admin PageReact-powered dashboard under the Jetpack menuReact-powered dashboard under the Jetpack menuBugWhen a feature is broken and / or not performing as intendedWhen a feature is broken and / or not performing as intendedNeeds triageTicket needs to be triagedTicket needs to be triaged[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal[Status] Auto-allocated
Type
Projects
Status
Done
Impacted plugin
Jetpack
Quick summary
I just noticed that on the Modules page (
/admin.php?page=jetpack_modules) and the Debug page (/admin.php?page=jetpack-debugger) I'm seeing a PHP deprecation notice:This is the error location in
admin-header.php:Apparently Jetpack isn't defining any
$titleglobal variable for these custom admin pages, andget_admin_page_title()isn't able to generate one because the Debug and Modules admin screens are not registered in the admin menu.The
TITLEtag for these admin screens shows as:Note there is no page title included here.
Steps to reproduce
SCRIPT_DEBUGSite owner impact
More than 60% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No revenue impact
If a workaround is available, please outline it here.
No response
Platform (Simple and/or Atomic)
Self-hosted