Making WordPress.org

Changeset 9029


Ignore:
Timestamp:
07/05/2019 10:49:43 PM (5 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Privacy: Fix typos on the Cookie Policy page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-cookies.php

    r9028 r9029  
    5858                    <h3><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h3>
    5959                    <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 &#8216;like&#8217; or &#8216;follow&#8217; button on a post, for example).', 'wporg' ); ?></p>
    60                     <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>
     60                    <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>
    6161                    <p><strong><?php esc_html_e( 'Strictly Necessary', 'wporg' ); ?></strong>: <?php esc_html_e( 'These are the cookies that are essential for WordPress.org to perform basic functions. These include those required to allow registered users to authenticate and perform account related functions.', 'wporg' ); ?></p>
    6262                    <p><strong><?php esc_html_e( 'Functionality', 'wporg' ); ?></strong>: <?php esc_html_e( 'These cookies are used to store preferences set by users such as account name, language, and location.', 'wporg' ); ?></p>
     
    127127                                <th>wporg_logged_in<br/>wporg_sec</th>
    128128                                <td><?php esc_html_e( '14 days if you select &#8220;Remember Me&#8221; when logging in. Otherwise, Session.', 'wporg' ); ?></td>
    129                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
     129                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged-in WordPress.org user.', 'wporg' ); ?></td>
    130130                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    131131                            </tr>
     
    147147                                <th>welcome-{blog_id}</th>
    148148                                <td><?php esc_html_e( 'Permanent', 'wporg' ); ?></td>
    149                                 <td><?php esc_html_e( 'Used to record if you&#8217;ve chosen to hidden the &#8220;Welcome&#8221; message at the top of the corresponding blog.', 'wporg' ); ?></td>
     149                                <td><?php esc_html_e( 'Used to record if you&#8217;ve chosen to hide the &#8220;Welcome&#8221; message at the top of the corresponding blog.', 'wporg' ); ?></td>
    150150                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    151151                            </tr>
     
    199199                                <th>codexToken</th>
    200200                                <td><?php esc_html_e( '6 months', 'wporg' ); ?></td>
    201                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user. Only set if you select &#8220;Keep me logged in&#8221; when logging in.', 'wporg' ); ?></td>
     201                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged-in WordPress.org user. Only set if you select &#8220;Keep me logged in&#8221; when logging in.', 'wporg' ); ?></td>
    202202                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    203203                            </tr>
     
    205205                                <th>codexUserId<br/>codexUserName</th>
    206206                                <td><?php esc_html_e( '6 months', 'wporg' ); ?></td>
    207                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
     207                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged-in WordPress.org user.', 'wporg' ); ?></td>
    208208                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    209209                            </tr>
     
    211211                                <th>codex_session</th>
    212212                                <td><?php esc_html_e( 'Session', 'wporg' ); ?></td>
    213                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user.', 'wporg' ); ?></td>
     213                                <td><?php esc_html_e( 'Used to check whether the current visitor is a logged-in WordPress.org user.', 'wporg' ); ?></td>
    214214                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    215215                            </tr>
Note: See TracChangeset for help on using the changeset viewer.