Changeset 9027
- Timestamp:
- 07/05/2019 09:44:18 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-cookies.php
r8996 r9027 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 __( 'Our <a href="%s">Privacy Policy</a> explains our principles when it comes to the collection, processing, and storage of your information. The Cookie 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' ), 51 home_url( '/about/privacy/' ) 52 ) ); 53 ?></p> 48 54 49 55 <h3><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.