Making WordPress.org


Ignore:
Timestamp:
06/29/2018 08:57:02 PM (8 years ago)
Author:
obenland
Message:

Main: phpcs updates

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  
    1111
    1212$GLOBALS['menu_items'] = [
    13     'about/privacy'                      => _x( 'Privacy Policy',      'Page title', 'wporg' ),
     13    'about/privacy' => _x( 'Privacy Policy', 'Page title', 'wporg' ),
    1414];
    1515
     
    2727
    2828
    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. */
    3030
    3131get_header( 'child-page' );
     
    4141            <div class="entry-content row">
    4242                <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 
    4743                    <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>
    4844                    <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>
     
    174170                                <th>trac_form_token</th>
    175171                                <td><?php esc_html_e( 'Session', 'wporg' ); ?></td>
    176                                 <td><?php esc_html_e( '', 'wporg' ); ?></td>
     172                                <td></td>
    177173                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
    178174                            </tr>
Note: See TracChangeset for help on using the changeset viewer.