Making WordPress.org

Changeset 7277


Ignore:
Timestamp:
06/06/2018 06:14:28 PM (6 years ago)
Author:
obenland
Message:

Main: Fix typos and quotes

Props Presskopp, garrett-eclipse.
Fixes #3635, #3638.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
Files:
3 edited

Legend:

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

    r7241 r7277  
    4949
    5050                    <h3><?php esc_html_e( 'What are cookies?', 'wporg' ); ?></h3>
    51                     <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 &#8216;remember&#8217; you and your preferences, either for a single visit (through a &#8216;session cookie&#8217;) or for multiple repeat visits (using a &#8216;persistent cookie&#8217;). 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 &#8216;first party cookies), or by third parties, such as those who serve content or provide advertising or analytics services on the website (&#8216;third party cookies&#8217;).', 'wporg' ); ?></p>
     51                    <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 &#8216;remember&#8217; you and your preferences, either for a single visit (through a &#8216;session cookie&#8217;) or for multiple repeat visits (using a &#8216;persistent cookie&#8217;). 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 &#8216;first party cookies&#8217;), or by third parties, such as those who serve content or provide advertising or analytics services on the website (&#8216;third party cookies&#8217;).', 'wporg' ); ?></p>
    5252
    5353                    <h3><?php esc_html_e( 'Cookies set by WordPress.org', 'wporg' ); ?></h3>
     
    6060                    <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>
    6161
    62                     <h3><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h3>
     62                    <h3><?php esc_html_e( 'wordpress.org', 'wporg' ); ?></h3>
    6363                    <table>
    6464                        <thead>
     
    7474                                <th>devicePixelRatio</th>
    7575                                <td><?php esc_html_e( 'Browser default (1 year)', 'wporg' ); ?></td>
    76                                 <td><?php esc_html_e( 'Used to make the site responsive to the visitor\'s screen size.', 'wporg' ); ?></td>
     76                                <td><?php esc_html_e( 'Used to make the site responsive to the visitor&#8217;s screen size.', 'wporg' ); ?></td>
    7777                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    7878                            </tr>
     
    122122                                <th>wp-settings-{user_id}</th>
    123123                                <td><?php esc_html_e( '1 year', 'wporg' ); ?></td>
    124                                 <td><?php esc_html_e( 'Used to persist a user\'s wp-admin configuration.', 'wporg' ); ?></td>
     124                                <td><?php esc_html_e( 'Used to persist a user&#8217;s wp-admin configuration.', 'wporg' ); ?></td>
    125125                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    126126                            </tr>
     
    134134                    </table>
    135135
    136                     <h3><?php esc_html_e( 'Make.wordpress.org', 'wporg' ); ?></h3>
     136                    <h3><?php esc_html_e( 'make.wordpress.org', 'wporg' ); ?></h3>
    137137                    <table>
    138138                        <thead>
     
    148148                                <th>welcome-{blog_id}</th>
    149149                                <td><?php esc_html_e( 'Permanent', 'wporg' ); ?></td>
    150                                 <td><?php esc_html_e( 'Used to record if you\'ve chosen to hidden the &#8220;Welcome&#8221; message at the top of the corresponding blog.', 'wporg' ); ?></td>
     150                                <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>
    151151                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    152152                            </tr>
     
    180180                    </table>
    181181
    182                     <h3><?php esc_html_e( 'Codex.wordpress.org', 'wporg' ); ?></h3>
     182                    <h3><?php esc_html_e( 'codex.wordpress.org', 'wporg' ); ?></h3>
    183183                    <table>
    184184                        <thead>
     
    194194                                <th>codexToken</th>
    195195                                <td><?php esc_html_e( '6 months', 'wporg' ); ?></td>
    196                                 <td><?php esc_html_e( 'Used to check whether the current visitor is a logged in WordPress.org user. Only set if you select "Keep me logged inâ"when logging in.', 'wporg' ); ?></td>
     196                                <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>
    197197                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    198198                            </tr>
     
    226226                                <th>camptix_client_stats</th>
    227227                                <td><?php esc_html_e( '1 year', 'wporg' ); ?></td>
    228                                 <td><?php esc_html_e( 'Used to track unique visitors to tickets page on a wordcamp site', 'wporg' ); ?></td>
     228                                <td><?php esc_html_e( 'Used to track unique visitors to tickets page on a WordCamp site', 'wporg' ); ?></td>
    229229                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    230230                            </tr>
     
    238238                                <th>comment_author_{hash}</th>
    239239                                <td><?php esc_html_e( '347 days', 'wporg' ); ?></td>
    240                                 <td><?php esc_html_e( 'Used to tracked comment author name, if "Save my name, email, and website in this browser for the next time I comment." is checked', 'wporg' ); ?></td>
     240                                <td><?php esc_html_e( 'Used to tracked comment author name, if &#8220;Save my name, email, and website in this browser for the next time I comment.&#8221; is checked', 'wporg' ); ?></td>
    241241                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    242242                            </tr>
     
    244244                                <th>comment_author_email_{hash}</th>
    245245                                <td><?php esc_html_e( '347 days', 'wporg' ); ?></td>
    246                                 <td><?php esc_html_e( 'Used to tracked comment author email, if "Save my name, email, and website in this browser for the next time I comment." is checked', 'wporg' ); ?></td>
     246                                <td><?php esc_html_e( 'Used to tracked comment author email, if &#8220;Save my name, email, and website in this browser for the next time I comment.&#8221; is checked', 'wporg' ); ?></td>
    247247                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    248248                            </tr>
     
    250250                                <th>comment_author_url_{hash}</th>
    251251                                <td><?php esc_html_e( '347 days', 'wporg' ); ?></td>
    252                                 <td><?php esc_html_e( 'Used to track comment author url, if "Save my name, email, and website in this browser for the next time I comment." checkbox is checked', 'wporg' ); ?></td>
     252                                <td><?php esc_html_e( 'Used to track comment author url, if &#8220;Save my name, email, and website in this browser for the next time I comment.&#8221; checkbox is checked', 'wporg' ); ?></td>
    253253                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    254254                            </tr>
     
    262262                                <th>wp-settings-{user}</th>
    263263                                <td><?php esc_html_e( '1 year', 'wporg' ); ?></td>
    264                                 <td><?php esc_html_e( 'Used to preserve user\'s wp admin settings', 'wporg' ); ?></td>
     264                                <td><?php esc_html_e( 'Used to preserve user&#8217;s wp-admin settings', 'wporg' ); ?></td>
    265265                                <td><?php esc_html_e( 'Yes', 'wporg' ); ?></td>
    266266                            </tr>
     
    274274                                <th>tix_view_token</th>
    275275                                <td><?php esc_html_e( '2 days', 'wporg' ); ?></td>
    276                                 <td><?php esc_html_e( 'Used for session managing private camptix content', 'wporg' ); ?></td>
     276                                <td><?php esc_html_e( 'Used for session managing private CampTix content', 'wporg' ); ?></td>
    277277                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    278278                            </tr>
     
    298298                                <th>stnojs</th>
    299299                                <td><?php esc_html_e( '2 days', 'wporg' ); ?></td>
    300                                 <td><?php esc_html_e( 'Remember if user do not want JS', 'wporg' ); ?></td>
     300                                <td><?php esc_html_e( 'Remember if user do not want JavaScript executed', 'wporg' ); ?></td>
    301301                                <td><?php esc_html_e( 'No', 'wporg' ); ?></td>
    302302                            </tr>
     
    317317
    318318                    <h3><?php esc_html_e( 'Controlling Cookies', 'wporg' ); ?></h3>
    319                     <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 behaviour such as the length of time they are stored &#8212; either through built-in functionality or by utilizing third party plugins.', 'wporg' ); ?></p>
     319                    <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 &#8212; either through built-in functionality or by utilizing third party plugins.', 'wporg' ); ?></p>
    320320                    <p><?php echo wp_kses_post( __( 'To find out more on how to manage and delete cookies, visit <a href="http://aboutcookies.org/">aboutcookies.org</a>. For more details on advertising cookies, and how to manage them, visit <a href="http://www.youronlinechoices.eu/">youronlinechoices.eu</a> (EU based), or <a href="http://www.aboutads.info/choices/">aboutads.info</a> (US based).', 'wporg' ) ); ?></p>
    321                     <p><?php esc_html_e( 'Some specific opt out programs are available here:', 'wporg' ); ?></p>
     321                    <p><?php esc_html_e( 'Some specific opt-out programs are available here:', 'wporg' ); ?></p>
    322322                    <p>Quantcast - <a href="https://www.quantcast.com/opt-out/">https://www.quantcast.com/opt-out/</a><br/>
    323323                    Google Analytics - <a href="https://tools.google.com/dlpage/gaoptout">https://tools.google.com/dlpage/gaoptout</a></p>
    324                     <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>
     324                    <p><?php esc_html_e( 'It&#8217;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>
    325325
    326326                    <h3><?php esc_html_e( 'WordPress.org', 'wporg' ); ?></h3>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy-data-erasure-request.php

    r7252 r7277  
    115115                    <?php if ( $error_message ) : ?>
    116116                        <p class="error">
    117                             <strong><?php esc_html_e( 'An error occured with your request:', 'wporg' ); ?></strong><br>
     117                            <strong><?php esc_html_e( 'An error occurred with your request:', 'wporg' ); ?></strong><br>
    118118                            <?php echo $error_message; ?>
    119119                        </p>
     
    142142                    </form>
    143143
    144                         <p><?php esc_html_e( "Please Note: Before we can begin processing your request, we'll require that you verify ownership of the email address. If the email address is associated with an account, we'll also require you to log in to that account first.", 'wporg' ); ?></p>
     144                        <p><?php esc_html_e( 'Please Note: Before we can begin processing your request, we&#8217;ll require that you verify ownership of the email address. If the email address is associated with an account, we&#8217;ll also require you to log in to that account first.', 'wporg' ); ?></p>
    145145
    146146                    <?php endif; ?>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-privacy.php

    r7242 r7277  
    3838            <div class="entry-content row">
    3939                <section class="col-8">
    40                     <p><?php esc_html_e( 'WordPress.org websites (collectively &ldquo;WordPress.org&rdquo; in this document) refer to sites hosted on the WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains thereof. This privacy policy describes how WordPress.org uses and protects any information that you give us. We are committed to ensuring that your privacy is protected. If you provide us with personal information through WordPress.org, you can be assured that it will only be used in accordance with this privacy statement.', 'wporg' ); ?></p>
     40                    <p><?php esc_html_e( 'WordPress.org websites (collectively &#8220;WordPress.org&#8221; in this document) refer to sites hosted on the WordPress.org, WordPress.net, WordCamp.org, BuddyPress.org, bbPress.org, and other related domains and subdomains thereof. This privacy policy describes how WordPress.org uses and protects any information that you give us. We are committed to ensuring that your privacy is protected. If you provide us with personal information through WordPress.org, you can be assured that it will only be used in accordance with this privacy statement.', 'wporg' ); ?></p>
    4141
    4242                    <h3><?php esc_html_e( 'Website Visitors', 'wporg' ); ?></h3>
     
    8282                    <p><?php esc_html_e( 'WordPress.org will not delete personal data from logs or records necessary to the operation, development, or archives of the WordPress open source project.', 'wporg' ); ?></p>
    8383                    <p><?php esc_html_e( 'WordPress.org shall maintain WordCamp attendee data for 3 years to better track and foster community growth, and then automatically delete non-essential data collected via registration. Attendee names and email addresses will be retained indefinitely, to preserve our ability to respond to code of conduct reports.', 'wporg' ); ?></p>
    84                     <p><?php esc_html_e( 'On WordCamp.org sites, banking/financial data collected as part of a reimbursement request is deleted from WordCamp.org 7 days after the request is marked paid. The reason for the 7-day retention period is to prevent organizers having to re-enter their banking details if a wire fails or if a payment was marked &#8220;Paid&#8221; in error. Invoices and receipts related to WordCamp expenses are retained for 7 years after the close of the calendar year\'s audit, by instruction of our financial consultants (auditors & bookkeepers).', 'wporg' ); ?></p>
     84                    <p><?php esc_html_e( 'On WordCamp.org sites, banking/financial data collected as part of a reimbursement request is deleted from WordCamp.org 7 days after the request is marked paid. The reason for the 7-day retention period is to prevent organizers having to re-enter their banking details if a wire fails or if a payment was marked &#8220;Paid&#8221; in error. Invoices and receipts related to WordCamp expenses are retained for 7 years after the close of the calendar year&#8217;s audit, by instruction of our financial consultants (auditors & bookkeepers).', 'wporg' ); ?></p>
    8585                    <p><?php esc_html_e( 'When deletion is requested or otherwise required, we will anonymise the data of data subjects and/or remove their information from publicly accessible sites if the deletion of data would break essential systems or damage the logs or records necessary to the operation, development, or archival records of the WordPress open source project.', 'wporg' ); ?></p>
    8686
     
    9797
    9898                    <h3><?php esc_html_e( 'Third Party Links', 'wporg' ); ?></h3>
    99                     <p><?php esc_html_e( 'Our website may contain links to other websites provided by third parties not under our control.  When following a link and providing information to a 3rd-party website, please be aware that we are not responsible for the data provided to that third party.  This privacy policy only applies to the websites listed at the beginning of this document, so when you visit other websites, even when you click on a link posted on WordPress.org, you should read their own privacy policies.', 'wporg' ); ?></p>
     99                    <p><?php esc_html_e( 'Our website may contain links to other websites provided by third parties not under our control. When following a link and providing information to a 3rd-party website, please be aware that we are not responsible for the data provided to that third party.  This privacy policy only applies to the websites listed at the beginning of this document, so when you visit other websites, even when you click on a link posted on WordPress.org, you should read their own privacy policies.', 'wporg' ); ?></p>
    100100
    101101                    <h3><?php esc_html_e( 'Aggregated Statistics', 'wporg' ); ?></h3>
     
    103103
    104104                    <h3><?php esc_html_e( 'Cookies', 'wporg' ); ?></h3>
    105                     <p><?php esc_html_e( 'Additionally, information about how you use our website is collected automatically using &#8220;cookies&#8221;.  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>
     105                    <p><?php esc_html_e( 'Additionally, information about how you use our website is collected automatically using &#8220;cookies&#8221;. 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>
    106106                    <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>
    107107
Note: See TracChangeset for help on using the changeset viewer.