[wp-trac] [WordPress Trac] #39436: Formatting the text at the registration page

WordPress Trac noreply at wordpress.org
Sat Jan 7 17:16:03 UTC 2017


#39436: Formatting the text at the registration page
------------------------------------+------------------------------
 Reporter:  edwarddekker1978        |       Owner:
     Type:  defect (bug)            |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Login and Registration  |     Version:  4.7
 Severity:  normal                  |  Resolution:
 Keywords:  reporter-feedback       |     Focuses:  ui
------------------------------------+------------------------------

Comment (by edwarddekker1978):

 I found the problem at 'wp-login' at line 744.
 This line needs a extra spacer at the end of the line.

 Than it should be correctly displayed.


 {{{
 <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>
 }}}

 Regards,
 Edward

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


More information about the wp-trac mailing list