Changeset 57131
- Timestamp:
- 11/22/2023 05:42:11 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php
r56599 r57131 530 530 if ( $description ) { 531 531 /* translators: Privacy policy tutorial. */ 532 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should list the cookies your web 532 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this subsection you should list the cookies your website uses, including those set by your plugins, social media, and analytics. We have provided the cookies which WordPress installs by default.' ) . '</p>'; 533 533 } else { 534 534 /* translators: Default privacy policy text. */ … … 578 578 if ( $description ) { 579 579 /* translators: Privacy policy tutorial. */ 580 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the web 580 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the website. While it is your responsibility to come up with the schedule of how long you keep each dataset for and why you keep it, that information does need to be listed here. For example, you may want to say that you keep contact form entries for six months, analytics records for a year, and customer purchase records for ten years.' ) . '</p>'; 581 581 } else { 582 582 /* translators: Default privacy policy text. */ … … 642 642 $strings[] = '<h2>' . __( 'What third parties we receive data from' ) . '</h2>'; 643 643 /* translators: Privacy policy tutorial. */ 644 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web 644 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your website 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>'; 645 645 } 646 646 … … 649 649 $strings[] = '<h2>' . __( 'What automated decision making and/or profiling we do with user data' ) . '</h2>'; 650 650 /* translators: Privacy policy tutorial. */ 651 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web 651 $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your website provides a service which includes automated decision making - for example, allowing customers to apply for credit, or aggregating their data into an advertising profile - you must note that this is taking place, and include information about how that information is used, what decisions are made with that aggregated data, and what rights users have over decisions made without human intervention.' ) . '</p>'; 652 652 } 653 653 -
trunk/src/wp-admin/includes/update-core.php
r57075 r57131 1009 1009 * 1010 1010 * This will create a .maintenance file at the base of the WordPress directory 1011 * to ensure that people can not access the web 1011 * to ensure that people can not access the website, when the files are being 1012 1012 * copied to their locations. 1013 1013 * -
trunk/src/wp-admin/privacy-policy-guide.php
r56570 r57131 74 74 <h2><?php _e( 'Privacy Policy Guide' ); ?></h2> 75 75 <h3 class="section-title"><?php _e( 'Introduction' ); ?></h3> 76 <p><?php _e( 'This text template will help you to create your web 77 <p><?php _e( 'The template contains a suggestion of sections you most likely will need. Under each section heading you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p>76 <p><?php _e( 'This text template will help you to create your website’s privacy policy.' ); ?></p> 77 <p><?php _e( 'The template contains a suggestion of sections you most likely will need. Under each section heading, you will find a short summary of what information you should provide, which will help you to get started. Some sections include suggested policy content, others will have to be completed with information from your theme and plugins.' ); ?></p> 78 78 <p><?php _e( 'Please edit your privacy policy content, making sure to delete the summaries, and adding any information from your theme and plugins. Once you publish your policy page, remember to add it to your navigation menu.' ); ?></p> 79 79 <p><?php _e( 'It is your responsibility to write a comprehensive privacy policy, to make sure it reflects all national and international legal requirements on privacy, and to keep your policy current and accurate.' ); ?></p> -
trunk/src/wp-includes/functions.php
r57130 r57131 6110 6110 * pretty permalinks cannot be used. 6111 6111 * 6112 * Next we check if the URL Rewrite Module 1.1 is loaded and enabled for the web 6112 * Next we check if the URL Rewrite Module 1.1 is loaded and enabled for the website. When 6113 6113 * URL Rewrite 1.1 is loaded it always sets a server variable called 'IIS_UrlRewriteModule'. 6114 6114 * Lastly we make sure that PHP is running via FastCGI. This is important because if it runs -
trunk/src/wp-includes/general-template.php
r56548 r57131 3444 3444 /** 3445 3445 * Prints resource hints to browsers for pre-fetching, pre-rendering 3446 * and pre-connecting to web 3446 * and pre-connecting to websites. 3447 3447 * 3448 3448 * Gives hints to browsers to prefetch specific pages or render them -
trunk/wp-config-sample.php
r55412 r57131 4 4 * 5 5 * The wp-config.php creation script uses this file during the installation. 6 * You don't have to use the web 6 * You don't have to use the website, you can copy this file to "wp-config.php" 7 7 * and fill in the values. 8 8 *
Note: See TracChangeset
for help on using the changeset viewer.