[wp-trac] [WordPress Trac] #40802: Allow filtering of the hard coded pipe character on wp.login.php
WordPress Trac
noreply at wordpress.org
Thu May 18 14:01:51 UTC 2017
#40802: Allow filtering of the hard coded pipe character on wp.login.php
--------------------------+-----------------------------
Reporter: henry.wright | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
{{{
<p id="nav">
<a href="<?php echo esc_url( wp_login_url() ); ?>"><?php _e( 'Log in' );
?></a> |
<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost
your password?' ); ?></a>
</p>
}}}
The pipe character is hard coded in wp-login.php as can be seen from the
snippet above.
It would be nice to have the ability to remove or modify the character.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40802>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list