#47648 closed defect (bug) (invalid)
wp-login warning for login_headertitle
Reported by: | ericsherred | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.2.2 |
Component: | Login and Registration | Keywords: | |
Focuses: | Cc: |
Description
Getting this:
Notice: login_headertitle is deprecated since version 5.2.0! Use login_headertext instead. Usage of the title attribute on the login logo is not recommended for accessibility reasons. Use the link text instead. in /wp-includes/functions.php on line 4711
Should be a quick fix to resolve the warning.
Change History (3)
#1
@
5 years ago
- Component changed from General to Login and Registration
- Keywords close reporter-feedback added
Note: See
TracTickets for help on using
tickets.
Hi @ericsherred, welcome to WordPress Trac! Thanks for the report.
Even though the notice points to the
wp-includes/functions.php
file, that's just where the_deprecated_hook()
function is located. The notice is intentional and most likely comes from the plugins or theme you're using, not from WordPress core. See #42537 for more details.Does the issue still happen with all plugins disabled and a default theme (Twenty Nineteen) activated?