[wp-trac] [WordPress Trac] #47330: wp-login.php login_header Title tag missing
WordPress Trac
noreply at wordpress.org
Mon May 20 17:48:00 UTC 2019
#47330: wp-login.php login_header Title tag missing
------------------------------------+-------------------------------------
Reporter: ravipatel | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 5.2
Severity: normal | Keywords: has-patch needs-testing
Focuses: |
------------------------------------+-------------------------------------
{{{
do_action( 'login_header' );
?>
<div id="login">
<h1><a href="<?php echo esc_url($login_header_url); ?>"><?php
echo $login_header_text; ?></a></h1>
}}}
Change Code With
{{{
do_action( 'login_header' );
?>
<div id="login">
<h1><a href="<?php echo esc_url($login_header_url); ?>"
title="<?php echo $login_header_text; ?>"><?php echo $login_header_text;
?></a></h1>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47330>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list