[wp-trac] [WordPress Trac] #36051: Error translate on wp-login.php

WordPress Trac noreply at wordpress.org
Wed Mar 2 18:51:47 UTC 2016


#36051: Error translate on wp-login.php
------------------------------------+-----------------------------
 Reporter:  Xam1311                 |      Owner:
     Type:  defect (bug)            |     Status:  new
 Priority:  normal                  |  Milestone:  Awaiting Review
Component:  Login and Registration  |    Version:  4.4.2
 Severity:  normal                  |   Keywords:
  Focuses:  ui                      |
------------------------------------+-----------------------------
 There is two slots where the sentence Username or email are not translate
 :

 {{{#!php
 <?php
 <label for="user_login"><?php _e('Username or Email') ?><br />
 }}}
 You should have
 {{{#!php
 <?php
 <label for="user_login"><?php _e('Username or Email:') ?><br />
 }}}
 Line 532 et 891

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36051>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list