Making WordPress.org

Ticket #5418: 5418.2.diff

File 5418.2.diff, 1.2 KB (added by garrett-eclipse, 4 years ago)

Alternate string.

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

     
    343343                                        <p>
    344344                                                <?php
    345345                                                printf(
    346                                                         wp_kses_post( __( 'To find out more on how to manage and delete cookies, visit <a href="%1$s">aboutcookies.org</a>. For more details on advertising cookies, and how to manage them, visit <a href="%2$s">youronlinechoices.eu</a> (EU based), or <a href="%3$s">aboutads.info</a> (US based).', 'wporg' ) ),
    347                                                         'https://www.aboutcookies.org/',
     346                                                        wp_kses_post( __( 'To find out more on how to avoid being tracked, visit <a href="%1$s">knowcookies.com</a>. For more details on advertising cookies, and how to manage them, visit <a href="%2$s">youronlinechoices.eu</a> (EU based), or <a href="%3$s">aboutads.info</a> (US based).', 'wporg' ) ),
     347                                                        'https://knowcookies.com/#privacy',
    348348                                                        'https://youronlinechoices.eu/',
    349349                                                        'http://www.aboutads.info/choices/'
    350350                                                );