Making WordPress.org


Ignore:
Timestamp:
06/26/2019 11:43:59 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Privacy: Link to Data Export Request page from Privacy Policy.

Props garrett-eclipse.
Fixes #4528. See #4223.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    r8459 r8997  
    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>
     
    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>
Note: See TracChangeset for help on using the changeset viewer.