Making WordPress.org


Ignore:
Timestamp:
02/27/2019 11:21:45 PM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Privacy: Link to Data Erasure Request page from Privacy Policy.

Props garrett-eclipse, dejliglama, postphotos.
Fixes #4223.

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  
    7878                            <?php
    7979                            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' ) ),
    8282                                'https://login.wordpress.org/'
    8383                            );
     
    9494                    <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 &#8220;Paid&#8221; in error. Invoices and receipts related to WordCamp expenses are retained for 7 years after the close of the calendar year&#8217;s audit, by instruction of our financial consultants (auditors & bookkeepers).', 'wporg' ); ?></p>
    9595                    <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 &#8220;Accept Declaration and Request Permanent Account Deletion&#8221;.', 'wporg' ); ?></li>
     109                    </ol>
     110                    <p><?php esc_html_e( 'Note: If you have a WP.org account, it&#8217;s recommended you log in before submitting to associate your account with the request.', 'wporg' ); ?></p>
    96111
    97112                    <h3><?php esc_html_e( 'Rights in relation to your information', 'wporg' ); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.