Making WordPress.org

Ticket #5493: 5493.diff

File 5493.diff, 2.1 KB (added by dufresnesteven, 4 years ago)

Hey! I think you are correct. Adding a patch... I would appreciate a second opinion before deploying.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
    index f8c2d6641..8101cd72c 100644
    the_post(); 
    5656                                        <p><?php esc_html_e( 'If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. WordPress.org takes all measures reasonably necessary to protect against the unauthorized access, use, alteration, or destruction of potentially personally-identifying and personally-identifying information.', 'wporg' ); ?></p>
    5757
    5858                                        <h2><?php esc_html_e( 'Use of personal information', 'wporg' ); ?></h2>
    59                                         <p><?php esc_html_e( 'We use the information you provide to register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way.', 'wporg' ); ?></p>
     59                                        <p><?php esc_html_e( 'We will not use the information you provide to register for an account, attend our events, receive newsletters, use certain other services, or participate in the WordPress open source project in any other way.', 'wporg' ); ?></p>
    6060                                        <p><?php esc_html_e( 'We will not sell or lease your personal information to third parties unless we have your permission or are required by law to do so.', 'wporg' ); ?></p>
    6161                                        <p><?php esc_html_e( 'We would like to send you email marketing communication which may be of interest to you from time to time. If you have consented to marketing, you may opt out later.', 'wporg' ); ?></p>
    6262                                        <p><?php esc_html_e( 'You have a right at any time to stop us from contacting you for marketing purposes.  If you no longer wish to be contacted for marketing purposes, please click on the unsubscribe link at the bottom of the email.', 'wporg' ); ?></p>