Changeset 7350 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php
- Timestamp:
- 06/29/2018 08:57:02 PM (8 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
r7277 r7350 11 11 12 12 $GLOBALS['menu_items'] = [ 13 'about/privacy' => _x( 'Privacy Policy','Page title', 'wporg' ),13 'about/privacy' => _x( 'Privacy Policy', 'Page title', 'wporg' ), 14 14 ]; 15 15 … … 27 27 28 28 29 / / See inc/page-meta-descriptions.php for the meta description for this page.29 /* See inc/page-meta-descriptions.php for the meta description for this page. */ 30 30 31 31 get_header( 'child-page' ); … … 41 41 <div class="entry-content row"> 42 42 <section class="col-8"> 43 <h3><?php esc_html_e( '', 'wporg' ); ?></h3>44 <p><?php esc_html_e( '', 'wporg' ); ?></p>45 <p><?php echo wp_kses_post( __( '', 'wporg' ) ); ?></p>46 47 43 <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3> 48 44 <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> … … 174 170 <th>trac_form_token</th> 175 171 <td><?php esc_html_e( 'Session', 'wporg' ); ?></td> 176 <td>< ?php esc_html_e( '', 'wporg' ); ?></td>172 <td></td> 177 173 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td> 178 174 </tr>
Note: See TracChangeset
for help on using the changeset viewer.