[wp-trac] [WordPress Trac] #42169: Wrong Privacy info link in translation string

WordPress Trac noreply at wordpress.org
Tue Oct 10 15:46:53 UTC 2017


#42169: Wrong Privacy info link in translation string
---------------------------+-----------------------------
 Reporter:  pedromendonca  |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  I18N           |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 The link in https://core.trac.wordpress.org/browser/trunk/src/wp-
 admin/privacy.php?marks=37#L37 has the label `wordpress.org/privacy` but
 is should be `wordpress.org/about/privacy` like the link itself.

 Also, there is a unecessary space in the begining of the string ` This
 data helps (...)`

 {{{
 <p><?php _e( ' This data helps WordPress to protect your site by finding
 and automatically installing new updates. None of the information shared
 with the update server contains personally identifiable information.' );
 ?></p>

 <p><?php printf( __( 'We take privacy seriously. Learn more at <a
 href="%s">wordpress.org/privacy</a>.' ), __(
 'https://wordpress.org/about/privacy/' ) ); ?></p>
 }}}

 I include the necessary patch in this ticket.

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


More information about the wp-trac mailing list