Make WordPress Core


Ignore:
Timestamp:
01/07/2021 04:07:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Accessibility: Help/About: Use more descriptive link text for the Privacy Policy link on the Privacy screen.

Props audrasjb, carike, mukesh27.
Fixes #52233.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r49640 r49943  
    7272                printf(
    7373                    /* translators: %s: https://wordpress.org/about/privacy/ */
    74                     __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">WordPress.org/about/privacy</a>.' ),
     74                    __( 'We take privacy and transparency very seriously. To learn more about what data we collect, and how we use it, please visit <a href="%s">our Privacy Policy</a>.' ),
    7575                    __( 'https://wordpress.org/about/privacy/' )
    7676                );
Note: See TracChangeset for help on using the changeset viewer.