[wp-trac] [WordPress Trac] #60668: Missing translation in login_header() first parameter
WordPress Trac
noreply at wordpress.org
Fri Mar 1 10:25:13 UTC 2024
#60668: Missing translation in login_header() first parameter
----------------------------------------+-----------------------------
Reporter: juliobox | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Future Release
Component: Login and Registration | Version: 2.1
Severity: minor | Resolution:
Keywords: needs-patch good-first-bug | Focuses:
----------------------------------------+-----------------------------
Changes (by swissspidy):
* keywords: needs-patch => needs-patch good-first-bug
* version: => 2.1
* component: I18N => Login and Registration
* milestone: Awaiting Review => Future Release
Comment:
A null check looks reasonable to me.
{{{#!php
<?php
if ( null === $title ) {
$title = __( 'Log In' );
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60668#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list