Changeset 7222 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-data-export-request.php
- Timestamp:
- 05/24/2018 05:56:36 AM (7 years ago)
- 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 78 78 <p><em>This page is under active development and is not currently enabled. All text is not final and will change.</em></p> 79 79 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> 81 81 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> 83 85 84 86 <?php if ( $error_message ) : ?> 85 87 <p class="error"><strong>An error occured with your request:</strong> <?php echo $error_message; ?></p> 86 88 <?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> 88 90 <?php endif; ?> 89 91 … … 105 107 > 106 108 <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' ) ); ?> 108 112 <?php if ( is_user_logged_in() ) wp_nonce_field( $nonce_action ); ?> 109 113 </form> 110 114 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> 112 116 113 117 </section>
Note: See TracChangeset
for help on using the changeset viewer.