#42169 closed defect (bug) (duplicate)
Wrong Privacy info link in translation string
| Reported by: | pedromendonca | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Help/About | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
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.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello @pedromendonca, thanks for the report and the patch. This has already been reported in ticket:40794:44. Since the text isn't finalized yet I'm going to close this as a duplicate of #40794.