Changeset 8459 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php
- Timestamp:
- 03/13/2019 04:12:58 AM (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.php
r8361 r8459 129 129 <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3> 130 130 <p><?php esc_html_e( 'Additionally, information about how you use our website is collected automatically using “cookies”. Cookies are text files placed on your computer to collect standard internet log information and visitor behaviour information. This information is used to track visitor use of the website and to compile statistical reports on website activity.', 'wporg' ); ?></p> 131 <p><?php echo wp_kses_post( __( 'Please see <a href="https://wordpress.org/about/privacy/cookies/">our cookie policy</a> for more information about what cookies are collected on WordPress.org.', 'wporg' ) ); ?></p> 131 <p><?php echo wp_kses_post( sprintf( 132 /* translators: %s: Link to the Cookie policy. */ 133 __( 'Please see <a href="%s">our cookie policy</a> for more information about what cookies are collected on WordPress.org.', 'wporg' ), 134 home_url( '/about/privacy/cookies/' ) 135 ) ); 136 ?></p> 132 137 133 138 <h3><?php esc_html_e( 'Privacy Policy Changes', 'wporg' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.