Opened 7 years ago
Closed 7 years ago
#47377 closed defect (bug) (duplicate)
WordPress Admin Changes Header on 5.2.1 Update
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Login and Registration | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
Recently ran into an issue where update to 5.2.1 changed my login header after resolving the issue, the Admin header was noticed to had the same problem.
Steps to resolve:
- Locate Login.php and AdminHeader.php
- Change the following code:
$login_title = apply_filters( 'login_title', 'sitename' ); $login_header_url = __( 'https://yoursitename' );
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @susanfla2, welcome to WordPress Trac! Thanks for the report.
This appears to be the same issue that you've described in #47360, so I'm closing this one as a duplicate.