Changeset 7350 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
- Timestamp:
- 06/29/2018 08:57:02 PM (8 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
r7277 r7350 23 23 } ); 24 24 25 / / See inc/page-meta-descriptions.php for the meta description for this page.25 /* See inc/page-meta-descriptions.php for the meta description for this page. */ 26 26 27 27 get_header( 'child-page' ); … … 73 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> 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 <p><?php echo wp_kses_post( __( 'WordPress.org user accounts can be edited by following these steps:<br/> 76 1) Visit <a href="https://login.wordpress.org/">https://login.wordpress.org</a>, and then enter your username and password.<br/> 77 2) You will be redirected to https://profiles.wordpress.org/your_username.<br/> 78 3) Click the “Edit” link next to your username.', 'wporg' ) ); ?></p> 75 <p><?php esc_html_e( 'WordPress.org user accounts can be edited by following these steps:', 'wporg' ); ?></p> 76 <ol> 77 <li> 78 <?php 79 printf( 80 /* translators: Login URL */ 81 wp_kses_post( __( 'Visit <a href="%s">https://login.wordpress.org</a>, and enter your username and password.', 'wporg' ) ), 82 esc_url( 'https://login.wordpress.org/' ) 83 ); 84 ?> 85 </li> 86 <li><?php esc_html_e( 'You will be redirected to https://profiles.wordpress.org/your_username.', 'wporg' ); ?></li> 87 <li><?php esc_html_e( 'Click the “Edit” link next to your username.', 'wporg' ); ?></li> 88 </ol> 79 89 80 90 <h3><?php esc_html_e( 'Retention of personal information', 'wporg' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.