Making WordPress.org


Ignore:
Timestamp:
05/24/2018 05:56:36 AM (7 years ago)
Author:
tellyworth
Message:

Privacy: rewrite text on export request page, and make translateable.

File:
1 edited

Legend:

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

    r7218 r7222  
    7878                    <p><em>This page is under active development and is not currently enabled. All text is not final and will change.</em></p>
    7979
    80                     <p>WordPress.org respects your privacy and allows you to export all data stored about you.<br>The following form will allow you to request an export of any data linked to your email address.</p>
     80                    <p><?php esc_html_e( 'WordPress.org respects your privacy and intends to remain transparent about any personal data we store about individuals. Under the General Data Protection Regulation (GDPR), EU citizens and residents are entitled to receive a copy of any personal data we might hold about you.', 'wporg' ); ?></p>
    8181
    82                     <p>This export will contain all data storred on WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains thereof.</p>
     82                    <p><?php esc_html_e( 'The following form will allow you to request an export of any data linked to your email address. You will be required to authenticate ownership of that address, and may be asked to provide additional identification or information necessary to verify the request and search our records.', 'wporg' ); ?></p>
     83
     84                    <p><?php esc_html_e( 'This export will contain relevant personal or private data stored on WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and sites.', 'wporg'); ?></p>
    8385
    8486                    <?php if ( $error_message ) : ?>
    8587                        <p class="error"><strong>An error occured with your request:</strong> <?php echo $error_message; ?></p>
    8688                    <?php elseif ( $success ) : ?>
    87                         <p class="success"><strong>Please check your email for a confirmation link.</strong></p>
     89                    <p class="success"><strong><?php esc_html_e( 'Please check your email for a confirmation link, and follow the instructions to authenticate your request.', 'wporg' ); ?></strong></p>
    8890                    <?php endif; ?>
    8991
     
    105107                        >
    106108                        <br>
    107                         <?php reCAPTCHA\display_submit_button( 'Request Export' ); ?>
     109                        <p><?php esc_html_e( 'By submitting this form, you declare that you are the individual owner of the specified email address and its associated accounts; and that all submitted information including any supplemental details necessary to verify your identity are true.', 'wporg' ); ?></p>
     110                        <br />
     111                        <?php reCAPTCHA\display_submit_button( esc_attr__( 'Accept Declaration and Request Export', 'wporg' ) ); ?>
    108112                        <?php if ( is_user_logged_in() ) wp_nonce_field( $nonce_action ); ?>
    109113                    </form>
    110114
    111                     <p><strong>Please note:</strong> Before we can begin processing your request, we'll require that you verify ownership of the email address. If the email address is associated with an account, we'll also require you to login to that account first.</p>
     115                    <p><strong>Please note:</strong> <?php esc_html_e( 'Before we can begin processing your request, we\'ll require that you verify ownership of the email address. If the email address is associated with an account, we\'ll also require you to log in to that account first.', 'wporg' ); ?></p>
    112116
    113117                </section>
Note: See TracChangeset for help on using the changeset viewer.