Ticket #4585: 4585.diff
| File 4585.diff, 2.2 KB (added by , 7 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php
44 44 <div class="entry-content row"> 45 45 <section class="col-8"> 46 46 <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3> 47 <p><?php esc_html_e( 'Our Privacy Policy explains our principles when it comes to the collection, processing, and storage of your information. This policy specifically explains how we, our partners, and users of our services deploy cookies, as well as the options you have to control them.', 'wporg' ); ?></p> 47 <p><?php 48 echo wp_kses_post( sprintf( 49 /* translators: %s: Link to the Privacy Policy. */ 50 __( 'This policy specifically explains how we, our partners, and users of our services deploy cookies, as well as the options you have to control them. <a href="%s">Our Privacy Policy</a> explains our principles when it comes to the collection, processing, and storage of your information.', 'wporg' ), 51 home_url( '/about/privacy/' ) 52 ) ); 53 ?></p> 48 54 49 55 <h3><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h3> 50 56 <p><?php esc_html_e( 'Cookies are small pieces of data, stored in text files, that are stored on your computer or other device when websites are loaded in a browser. They are widely used to ‘remember’ you and your preferences, either for a single visit (through a ‘session cookie’) or for multiple repeat visits (using a ‘persistent cookie’). They ensure a consistent and efficient experience for visitors, and perform essential functions such as allowing users to register and remain logged in. Cookies may be set by the site that you are visiting (known as ‘first party cookies’), or by third parties, such as those who serve content or provide advertising or analytics services on the website (‘third party cookies’).', 'wporg' ); ?></p>