Make WordPress Core

Ticket #43473: 43473.3.patch

File 43473.3.patch, 13.3 KB (added by azaozz, 7 years ago)
  • src/wp-admin/includes/misc.php

     
    16511651
    16521652                        '<h2>' . __( 'Who we are' ) . '</h2>' .
    16531653                        '<div contenteditable="false">' .
    1654                                 '<p class="wp-policy-help">' . __( 'In this section you should note your site URL, as well as the name of the company, organisation, or individual behind it, and some accurate contact information.' ) . '</p>' .
     1654                                '<p class="wp-policy-help">' . __( 'In this section you should note your site URL, as well as the name of the company, organization, or individual behind it, and some accurate contact information.' ) . '</p>' .
    16551655                                '<p class="wp-policy-help">' . __( 'The amount of information you may be required to show will vary depending on your local or national business regulations. You may, for example, be required to display a physical address, a registered address, or your company registration number.' ) . '</p>' .
    16561656                        '</div>' .
    16571657                        '<p>' . __( 'Our website address is: $1%s.' ) . '</p>' .
     
    16581658
    16591659                        '<h2>' . __( 'What personal data we collect and why we collect it' ) . '</h2>' .
    16601660                        '<div contenteditable="false">' .
    1661                                 '<p class="wp-policy-help">' . __( 'In this section you should note what personal data you collect from users and site visitors. This may include transactional data, such as purchase information; technical data, such as information about cookies; and personal data, such as user account information.' ) . '</p>' .
    1662                                 '<p class="wp-policy-help">' . __( 'You must also note any collection and retention of sensitive personal data, such as data concerning health.' ) . '</p>' .
     1661                                '<p class="wp-policy-help">' . __( 'In this section you should note what personal data you collect from users and site visitors. This may include personal data, such as name, email address, personal account preferences; transactional data, such as purchase information; and technical data, such as information about cookies.' ) . '</p>' .
     1662                                '<p class="wp-policy-help">' . __( 'You should also note any collection and retention of sensitive personal data, such as data concerning health.' ) . '</p>' .
    16631663                                '<p class="wp-policy-help">' . __( 'In addition to listing what personal data you collect, you need to note why you collect it. These explanations must note either the legal basis for your data collection and retention or the active consent the user has given.' ) . '</p>' .
    16641664                                '<p class="wp-policy-help">' . __( 'Personal data is not just created by a user&#8217;s interactions with your site. Personal data is also generated from technical processes such as contact forms, comments, cookies, analytics, and third party embeds.' ) . '</p>' .
    1665                                 '<p class="wp-policy-help">' . __( 'By default WprdPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen fro registered users. However some of your plugins may collect personal data, add the relevant information below.' ) . '</p>' .
     1665                                '<p class="wp-policy-help">' . __( 'By default WordPress does not collect any personal data about visitors, and only collects the data shown on the User Profile screen from registered users. However some of your plugins may collect personal data. You should add the relevant information below.' ) . '</p>' .
    16661666                        '</div>' .
    1667                         '<p>' . __( 'If you are a registered user and upload images to the website, you should avoid uploading images with EXIF GPS location data included. Visitors to the website can download and extract any location data from images on the website.' ) . '</p>' .
    16681667
    1669                         '<h3>' . __( 'Contact forms' ) . '</h3>' .
    1670                         '<div contenteditable="false">' .
    1671                                 '<p class="wp-policy-help">' . __( 'By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.' ) . '</p>' .
    1672                         '</div>' .
    1673 
    16741668                        '<h3>' . __( 'Comments' ) . '</h3>' .
    16751669                        '<div contenteditable="false">' .
    1676                                 '<p class="wp-policy-help">' . __( 'In this subsection you should note what information is captured through comments.' ) . '</p>' .
     1670                                '<p class="wp-policy-help">' . __( 'In this subsection you should note what information is captured through comments. We have noted the data which WordPress collects by default.' ) . '</p>' .
    16771671                        '</div>' .
    16781672                        '<p>' . __( 'When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.' ) . '</p>' .
    16791673                        '<p>' . __( 'An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.' ) . '</p>' .
    16801674
     1675                        '<h3>' . __( 'Media' ) . '</h3>' .
     1676                        '<div contenteditable="false">' .
     1677                                '<p class="wp-policy-help">' . __( 'In this subsection you should note what information may be disclosed by users who can upload media files. All uploaded files are usually publicly accessible.' ) . '</p>' .
     1678                        '</div>' .
     1679                        '<p>' . __( 'If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.' ) . '</p>' .
     1680
     1681                        '<h3>' . __( 'Contact forms' ) . '</h3>' .
     1682                        '<div contenteditable="false">' .
     1683                                '<p class="wp-policy-help">' . __( 'By default, WordPress does not include a contact form. If you use a contact form plugin, use this subsection to note what personal data is captured when someone submits a contact form, and how long you keep it. For example, you may note that you keep contact form submissions for a certain period for customer service purposes, but you do not use the information submitted through them for marketing purposes.' ) . '</p>' .
     1684                        '</div>' .
     1685
    16811686                        '<h3>' . __( 'Cookies' ) . '</h3>' .
    16821687                        '<div contenteditable="false">' .
    16831688                                '<p class="wp-policy-help">' . __( 'In this subsection you should list the cookies your web site uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.' ) . '</p>' .
     
    16931698
    16941699                        '<h3>' . __( 'Analytics' ) . '</h3>' .
    16951700                        '<div contenteditable="false">' .
    1696                                 '<p class="wp-policy-help">' . __( 'In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to information on how your analytics provider conforms to European data protection law.' ) . '</p>' .
     1701                                '<p class="wp-policy-help">' . __( 'In this subsection you should note what analytics package you use, how users can opt out of analytics tracking, and a link to your analytics provider&#8217;s privacy policy, if any.' ) . '</p>' .
    16971702                                '<p class="wp-policy-help">' . __( 'By default WordPress does not collect any analytics data. However, many web hosting accounts collect some anonymous analytics data. You may also have installed a WordPress plugin that provides analytics services. In that case, add information from that plugin here.' ) . '</p>' .
    16981703                        '</div>' .
    16991704
    17001705                        '<h2>' . __( 'Who we share your data with' ) . '</h2>' .
    17011706                        '<div contenteditable="false">' .
    1702                                 '<p class="wp-policy-help">' . __( 'In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy notices if possible.' ) . '</p>' .
    1703                                 '<p class="wp-policy-help">' . __( 'By default WordPress does not share any personal data with anybody.' ) . '</p>' .
     1707                                '<p class="wp-policy-help">' . __( 'In this section you should name and list all third party providers with whom you share site data, including partners, cloud-based services, payment processors, and third party service providers, and note what data you share with them and why. Link to their own privacy policies if possible.' ) . '</p>' .
     1708                                '<p class="wp-policy-help">' . __( 'By default WordPress does not share any personal data with anyone.' ) . '</p>' .
    17041709                        '</div>' .
    17051710
    17061711                        '<h2>' . __( 'How long we retain your data' ) . '</h2>' .
     
    17141719                        '<div contenteditable="false">' .
    17151720                                '<p class="wp-policy-help">' . __( 'In this section you should explain what rights your users have over their data and how they can invoke those rights.' ) . '</p>' .
    17161721                        '</div>' .
    1717                         '<p>' . __( 'If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we delete any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.' ) . '</p>' .
     1722                        '<p>' . __( 'If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.' ) . '</p>' .
    17181723
    17191724                        '<h2>' . __( 'Where we send your data' ) . '</h2>' .
    17201725                        '<div contenteditable="false">' .
     
    17211726                                '<p class="wp-policy-help">' . __( 'In this section you should list all transfers of your site data outside the European Union and describe the means by which that data is safeguarded to European data protection standards. This could include your web hosting, cloud storage, or other third party services.' ) . '</p>' .
    17221727                                '<p class="wp-policy-help">' . __( 'European data protection law requires data about European residents which is transferred outside the European Union to be safeguarded to the same standards as if the data was in Europe. So in addition to listing where data goes, you should describe how you ensure that these standards are met either by yourself or by your third party providers, whether that is through an agreement such as Privacy Shield, model clauses in your contracts, or binding corporate rules.' ) . '</p>' .
    17231728                        '</div>' .
    1724                         '<p>' . __( 'Visitor comments may be checked through an automated spam detection service. This may be located abroad.' ) . '</p>' .
     1729                        '<p>' . __( 'Visitor comments may be checked through an automated spam detection service.' ) . '</p>' .
    17251730
    17261731                        '<h2>' . __( 'Your contact information' ) . '</h2>' .
    17271732                        '<div contenteditable="false">' .
     
    17301735
    17311736                        '<h2>' . __( 'Additional information' ) . '</h2>' .
    17321737                        '<div contenteditable="false">' .
    1733                                 '<p class="wp-policy-help">' . __( 'If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy notice in addition to the information we have already discussed.</p>' ) . '</p>' .
     1738                                '<p class="wp-policy-help">' . __( 'If you use your site for commercial purposes and you engage in more complex collection or processing of personal data, you should note the following information in your privacy policy in addition to the information we have already discussed.</p>' ) . '</p>' .
    17341739                        '</div>' .
    17351740
    17361741                        '<h3>' . __( 'How we protect your data' ) . '</h3>' .
    17371742                        '<div contenteditable="false">' .
    1738                                 '<p class="wp-policy-help">' . __( 'In this section you should explain what measures you have taken to protect your users&#8217; data. This could include technical measures such as encryption; security measures such as 2FA; and human measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.' ) . '</p>' .
     1743                                '<p class="wp-policy-help">' . __( 'In this section you should explain what measures you have taken to protect your users&#8217; data. This could include technical measures such as encryption; security measures such as two factor authentication; and measures such as staff training in data protection. If you have carried out a Privacy Impact Assessment, you can mention it here too.' ) . '</p>' .
    17391744                        '</div>' .
    17401745
    17411746                        '<h3>' . __( 'What data breach procedures we have in place' ) . '</h3>' .
     
    17451750
    17461751                        '<h3>' . __( 'What third parties we receive data from' ) . '</h3>' .
    17471752                        '<div contenteditable="false">' .
    1748                                 '<p class="wp-policy-help">' . __( 'If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy notice dealing with third party data.' ) . '</p>' .
     1753                                '<p class="wp-policy-help">' . __( 'If your web site receives data about users from third parties, including advertisers, this information must be included within the section of your privacy policy dealing with third party data.' ) . '</p>' .
    17491754                        '</div>' .
    17501755
    17511756                        '<h3>' . __( 'What automated decision making and/or profiling we do with user data' ) . '</h3>' .