[wp-trac] [WordPress Trac] #47377: WordPress Admin Changes Header on 5.2.1 Update
WordPress Trac
noreply at wordpress.org
Fri May 24 21:34:20 UTC 2019
#47377: WordPress Admin Changes Header on 5.2.1 Update
------------------------------------+------------------------------
Reporter: susanfla2 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------------+------------------------------
Changes (by SergeyBiryukov):
* component: General => Login and Registration
Old description:
> 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:
>
> 1. Locate Login.php and AdminHeader.php
> 2. Change the following code:
>
> $login_title = apply_filters( 'login_title', 'sitename' );
> $login_header_url = __( 'https://yoursitename' );
New description:
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:
1. Locate Login.php and AdminHeader.php
2. Change the following code:
{{{
$login_title = apply_filters( 'login_title', 'sitename' );
$login_header_url = __( 'https://yoursitename' );
}}}
--
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47377#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list