Making WordPress.org

Ticket #4528: 4528.diff

File 4528.diff, 2.9 KB (added by garrett-eclipse, 6 years ago)

Patch to update Privacy Policy to include a link to the Data Export Request page.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

     
    7070                                        </ul>
    7171
    7272                                        <h3><?php esc_html_e( 'Access to data', 'wporg' ); ?></h3>
    73                                         <p><?php esc_html_e( 'You have the right to request a copy of the information we hold about you. If you would like a copy of some or all your personal information, please follow the instructions at the end of this policy.', 'wporg' ); ?></p>
     73                                        <p><?php esc_html_e( 'You have the right to request a copy of the information we hold about you. If you would like a copy of some or all your personal information, please follow the instructions at the end of this section.', 'wporg' ); ?></p>
    7474                                        <p><?php esc_html_e( 'All WordCamp attendee-provided data can be viewed and changed by the attendee via the Access Token URL that is emailed to confirm a successful ticket purchase.', 'wporg' ); ?></p>
    7575                                        <p><?php esc_html_e( 'WordPress.org user accounts can be edited by following these steps:', 'wporg' ); ?></p>
    7676                                        <ol>
     
    8686                                                <li><?php esc_html_e( 'You will be redirected to https://profiles.wordpress.org/your_username.', 'wporg' ); ?></li>
    8787                                                <li><?php esc_html_e( 'Click the &#8220;Edit&#8221; link next to your username.', 'wporg' ); ?></li>
    8888                                        </ol>
     89                                        <p><?php esc_html_e( 'If you would like to request access to your account data, please follow these steps:', 'wporg' ); ?></p>
     90                                        <ol>
     91                                                <li>
     92                                                        <?php
     93                                                        printf(
     94                                                                /* translators: 1: Data export request URL */
     95                                                                wp_kses_post( __( 'Visit <a href="%1$s">%1$s</a>.', 'wporg' ) ),
     96                                                                'https://wordpress.org/about/privacy/data-export-request/'
     97                                                        );
     98                                                        ?>
     99                                                </li>
     100                                                <li><?php esc_html_e( 'Enter your email address.', 'wporg' ); ?></li>
     101                                                <li><?php esc_html_e( 'Click &#8220;Accept Declaration and Request Export&#8221;.', 'wporg' ); ?></li>
     102                                        </ol>
     103                                        <p><?php esc_html_e( 'Note: If you have a WP.org account, it&#8217;s recommended you log in before submitting to associate your account with the request.', 'wporg' ); ?></p>
    89104
    90105                                        <h3><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h3>
    91106                                        <p><?php esc_html_e( 'We will retain your personal information on our systems only for as long as we need to, for the success of the WordPress open source project and the programs that support WordPress.org. We keep contact information (such as mailing list information) until a user unsubscribes or requests that we delete that information from our live systems. If you choose to unsubscribe from a mailing list, we may keep certain limited information about you so that we may honor your request.', 'wporg' ); ?></p>