Changeset 8997 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
- Timestamp:
- 06/26/2019 11:43:59 PM (6 years ago)
- 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 71 71 72 72 <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> 74 74 <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> 75 75 <p><?php esc_html_e( 'WordPress.org user accounts can be edited by following these steps:', 'wporg' ); ?></p> … … 87 87 <li><?php esc_html_e( 'Click the “Edit” link next to your username.', 'wporg' ); ?></li> 88 88 </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 “Accept Declaration and Request Export”.', 'wporg' ); ?></li> 102 </ol> 103 <p><?php esc_html_e( 'Note: If you have a WP.org account, it’s recommended you log in before submitting to associate your account with the request.', 'wporg' ); ?></p> 89 104 90 105 <h3><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.