Changeset 9328 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php
- Timestamp:
- 12/11/2019 07:47:00 AM (5 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
r9043 r9328 44 44 45 45 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 46 <header class="entry-header ">46 <header class="entry-header row"> 47 47 <h1 class="entry-title col-8"><?php the_title(); ?></h1> 48 48 </header><!-- .entry-header --> … … 50 50 <div class="entry-content row"> 51 51 <section class="col-8"> 52 <h 3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>52 <h2><?php esc_html_e( 'Cookies', 'wporg' ); ?></h2> 53 53 <p><?php 54 54 echo wp_kses_post( sprintf( … … 59 59 ?></p> 60 60 61 <h 3><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h3>61 <h2><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h2> 62 62 <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> 63 63 64 <h 3><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h3>64 <h2><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h2> 65 65 <p><?php esc_html_e( 'We use cookies for a number of different purposes. Some cookies are necessary for technical reasons; some enable a personalized experience for both visitors and registered users; and some allow the display of advertising from selected third party networks. Some of these cookies may be set when a page is loaded, or when a visitor takes a particular action (clicking the ‘like’ or ‘follow’ button on a post, for example).', 'wporg' ); ?></p> 66 66 <p><?php esc_html_e( 'Below the different categories of cookies set by WordPress.org are outlined, with specific examples detailed in the tables that follow. This includes their name and purpose. Certain cookies are only set for logged-in visitors, whereas others are set for any visitors, and these are marked below accordingly. Where a cookie only applies to specific subdomains, they are included under the relevant header.', 'wporg' ); ?></p> … … 71 71 <p><strong><?php esc_html_e( 'Third Party/Embedded Content', 'wporg' ); ?></strong>: <?php esc_html_e( 'WordPress.org makes use of different third party applications and services to enhance the experience of website visitors. These include social media platforms such as Facebook and Twitter (through the use of sharing buttons), or embedded content from YouTube and Vimeo. As a result, cookies may be set by these third parties, and used by them to track your online activity. We have no direct control over the information that is collected by these cookies.', 'wporg' ); ?></p> 72 72 73 <h 3><?php esc_html_e( 'wordpress.org', 'wporg' ); ?></h3>73 <h2><?php esc_html_e( 'wordpress.org', 'wporg' ); ?></h2> 74 74 <table> 75 75 <thead> … … 139 139 </table> 140 140 141 <h 3><?php esc_html_e( 'make.wordpress.org', 'wporg' ); ?></h3>141 <h2><?php esc_html_e( 'make.wordpress.org', 'wporg' ); ?></h2> 142 142 <table> 143 143 <thead> … … 165 165 </table> 166 166 167 <h 3><?php esc_html_e( '*.trac.wordpress.org', 'wporg' ); ?></h3>167 <h2><?php esc_html_e( '*.trac.wordpress.org', 'wporg' ); ?></h2> 168 168 <table> 169 169 <thead> … … 191 191 </table> 192 192 193 <h 3><?php esc_html_e( 'codex.wordpress.org', 'wporg' ); ?></h3>193 <h2><?php esc_html_e( 'codex.wordpress.org', 'wporg' ); ?></h2> 194 194 <table> 195 195 <thead> … … 223 223 </table> 224 224 225 <h 3><?php esc_html_e( '*.wordcamp.org', 'wporg' ); ?></h3>225 <h2><?php esc_html_e( '*.wordcamp.org', 'wporg' ); ?></h2> 226 226 <table> 227 227 <thead> … … 327 327 </table> 328 328 329 <h 3><?php esc_html_e( 'Controlling Cookies', 'wporg' ); ?></h3>329 <h2><?php esc_html_e( 'Controlling Cookies', 'wporg' ); ?></h2> 330 330 <p><?php esc_html_e( 'Visitors may wish to restrict the use of cookies, or completely prevent them from being set. Most browsers provide for ways to control cookie behavior such as the length of time they are stored — either through built-in functionality or by utilizing third party plugins.', 'wporg' ); ?></p> 331 331 <p> … … 343 343 <p><?php esc_html_e( 'It’s important to note that restricting or disabling the use of cookies can limit the functionality of sites, or prevent them from working correctly at all.', 'wporg' ); ?></p> 344 344 345 <h 3><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h3>345 <h2><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h2> 346 346 <p><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" src="https://s.w.org/images/home/ccbysa40.png"></a></p> 347 347 </section>
Note: See TracChangeset
for help on using the changeset viewer.