Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#47648 closed defect (bug) (invalid)

wp-login warning for login_headertitle

Reported by: ericsherred's profile 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 @SergeyBiryukov
5 years ago

  • Component changed from General to Login and Registration
  • Keywords close reporter-feedback added

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?

#2 @ericsherred
5 years ago

  • Resolution set to invalid
  • Status changed from new to closed

@SergeyBiryukov you are right. I found the call (not my theme which was the issue). All set now, crisis averted.

#3 @SergeyBiryukov
5 years ago

  • Keywords close reporter-feedback removed
  • Milestone Awaiting Review deleted

Thanks for the follow-up!

Note: See TracTickets for help on using tickets.