Changeset 8361 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
- Timestamp:
- 02/27/2019 11:21:45 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
r8175 r8361 78 78 <?php 79 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' ) ),80 /* translators: 1: Login URL */ 81 wp_kses_post( __( 'Visit <a href="%1$s">%1$s</a>, and enter your username and password.', 'wporg' ) ), 82 82 'https://login.wordpress.org/' 83 83 ); … … 94 94 <p><?php esc_html_e( 'On WordCamp.org sites, banking/financial data collected as part of a reimbursement request is deleted from WordCamp.org 7 days after the request is marked paid. The reason for the 7-day retention period is to prevent organizers having to re-enter their banking details if a wire fails or if a payment was marked “Paid” in error. Invoices and receipts related to WordCamp expenses are retained for 7 years after the close of the calendar year’s audit, by instruction of our financial consultants (auditors & bookkeepers).', 'wporg' ); ?></p> 95 95 <p><?php esc_html_e( 'When deletion is requested or otherwise required, we will anonymise the data of data subjects and/or remove their information from publicly accessible sites if the deletion of data would break essential systems or damage the logs or records necessary to the operation, development, or archival records of the WordPress open source project.', 'wporg' ); ?></p> 96 <p><?php esc_html_e( 'If you would like to request deletion of your account and associated data, please follow these steps:', 'wporg' ); ?></p> 97 <ol> 98 <li> 99 <?php 100 printf( 101 /* translators: 1: Data erasure request URL */ 102 wp_kses_post( __( 'Visit <a href="%1$s">%1$s</a>.', 'wporg' ) ), 103 'https://wordpress.org/about/privacy/data-erasure-request/' 104 ); 105 ?> 106 </li> 107 <li><?php esc_html_e( 'Enter your email address.', 'wporg' ); ?></li> 108 <li><?php esc_html_e( 'Click “Accept Declaration and Request Permanent Account Deletion”.', 'wporg' ); ?></li> 109 </ol> 110 <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> 96 111 97 112 <h3><?php esc_html_e( 'Rights in relation to your information', 'wporg' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.