[wp-trac] [WordPress Trac] #40802: Allow filtering of the hard coded pipe character in wp-login.php

WordPress Trac noreply at wordpress.org
Sun Aug 20 12:38:13 UTC 2017


#40802: Allow filtering of the hard coded pipe character in wp-login.php
------------------------------------+------------------
 Reporter:  henry.wright            |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  4.9
Component:  Login and Registration  |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch               |     Focuses:
------------------------------------+------------------

Comment (by henry.wright):

 Here's an example filter which can be used to test:

 {{{
 add_filter( 'login_link_separator', function() {
     return ' # ';
 } );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40802#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list