Make WordPress Core

Ticket #54276: 54276.2.diff

File 54276.2.diff, 10.3 KB (added by sabbirshouvo, 4 years ago)

replace "web site" with "website" everywhere except third-party vendor files.

  • src/wp-admin/about.php

    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index 5b65bd06d2..eaa9d7f625 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    7373                                        <?php _e( 'Display Posts with New Blocks and Patterns' ); ?>
    7474                                </h3>
    7575                                <p>
    76                                         <?php _e( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.' ); ?>
     76                                        <?php _e( 'The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like creating a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.' ); ?>
    7777                                </p>
    7878                        </div>
    7979                        <div class="column about__image is-vertically-aligned-center">
  • src/wp-admin/includes/class-wp-privacy-policy-content.php

    diff --git a/src/wp-admin/includes/class-wp-privacy-policy-content.php b/src/wp-admin/includes/class-wp-privacy-policy-content.php
    index bbe479172e..59a79bfd64 100644
    a b final class WP_Privacy_Policy_Content { 
    519519
    520520                if ( $description ) {
    521521                        /* translators: Privacy policy tutorial. */
    522                         $strings[] = '<p class="privacy-policy-tutorial">' . __( '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>';
     522                        $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>';
    523523                } else {
    524524                        /* translators: Default privacy policy text. */
    525525                        $strings[] = '<p>' . $suggested_text . __( 'If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.' ) . '</p>';
    final class WP_Privacy_Policy_Content { 
    567567
    568568                if ( $description ) {
    569569                        /* translators: Privacy policy tutorial. */
    570                         $strings[] = '<p class="privacy-policy-tutorial">' . __( 'In this section you should explain how long you retain personal data collected or processed by the web site. 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>';
     570                        $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>';
    571571                } else {
    572572                        /* translators: Default privacy policy text. */
    573573                        $strings[] = '<p>' . $suggested_text . __( 'If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.' ) . '</p>';
    final class WP_Privacy_Policy_Content { 
    631631                        /* translators: Default privacy policy heading. */
    632632                        $strings[] = '<h2>' . __( 'What third parties we receive data from' ) . '</h2>';
    633633                        /* translators: Privacy policy tutorial. */
    634                         $strings[] = '<p class="privacy-policy-tutorial">' . __( '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>';
     634                        $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>';
    635635                }
    636636
    637637                if ( $description ) {
    638638                        /* translators: Default privacy policy heading. */
    639639                        $strings[] = '<h2>' . __( 'What automated decision making and/or profiling we do with user data' ) . '</h2>';
    640640                        /* translators: Privacy policy tutorial. */
    641                         $strings[] = '<p class="privacy-policy-tutorial">' . __( 'If your web site 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>';
     641                        $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>';
    642642                }
    643643
    644644                if ( $description ) {
  • src/wp-admin/includes/update-core.php

    diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php
    index 32664bf6ff..bea5a66a15 100644
    a b $_new_bundled_files = array( 
    870870 * Upgrades the core of WordPress.
    871871 *
    872872 * This will create a .maintenance file at the base of the WordPress directory
    873  * to ensure that people can not access the web site, when the files are being
     873 * to ensure that people can not access the website, when the files are being
    874874 * copied to their locations.
    875875 *
    876876 * The files in the `$_old_files` list will be removed and the new files
  • src/wp-admin/privacy-policy-guide.php

    diff --git a/src/wp-admin/privacy-policy-guide.php b/src/wp-admin/privacy-policy-guide.php
    index 6581bb412a..3fbd6ff045 100644
    a b require_once ABSPATH . 'wp-admin/admin-header.php'; 
    6464<div class="privacy-settings-body hide-if-no-js">
    6565        <h2><?php _e( 'Privacy Policy Guide' ); ?></h2>
    6666        <h3 class="section-title"><?php _e( 'Introduction' ); ?></h3>
    67         <p><?php _e( 'This text template will help you to create your web site&#8217;s privacy policy.' ); ?></p>
    68         <p><?php _e( 'We have suggested the sections you 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>
     67        <p><?php _e( 'This text template will help you to create your website&#8217;s privacy policy.' ); ?></p>
     68        <p><?php _e( 'We have suggested the sections you 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>
    6969        <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>
    7070        <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>
    7171        <div class="privacy-settings-accordion">
  • src/wp-includes/functions.php

    diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php
    index aa507bb004..26e1355788 100644
    a b function iis7_supports_permalinks() { 
    58035803                 * easily update the xml configuration file, hence we just bail out and tell user that
    58045804                 * pretty permalinks cannot be used.
    58055805                 *
    5806                  * Next we check if the URL Rewrite Module 1.1 is loaded and enabled for the web site. When
     5806                 * Next we check if the URL Rewrite Module 1.1 is loaded and enabled for the website. When
    58075807                 * URL Rewrite 1.1 is loaded it always sets a server variable called 'IIS_UrlRewriteModule'.
    58085808                 * Lastly we make sure that PHP is running via FastCGI. This is important because if it runs
    58095809                 * via ISAPI then pretty permalinks will not work.
  • src/wp-includes/general-template.php

    diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php
    index 41b0a174c0..c10d9391dd 100644
    a b function wp_site_icon() { 
    32623262
    32633263/**
    32643264 * Prints resource hints to browsers for pre-fetching, pre-rendering
    3265  * and pre-connecting to web sites.
     3265 * and pre-connecting to websites.
    32663266 *
    32673267 * Gives hints to browsers to prefetch specific pages or render them
    32683268 * in the background, to perform DNS lookups or to begin the connection
  • wp-config-sample.php

    diff --git a/wp-config-sample.php b/wp-config-sample.php
    index d8469e730f..16c9162e1a 100644
    a b  
    33 * The base configuration for WordPress
    44 *
    55 * The wp-config.php creation script uses this file during the installation.
    6  * You don't have to use the web site, you can copy this file to "wp-config.php"
     6 * You don't have to use the website, you can copy this file to "wp-config.php"
    77 * and fill in the values.
    88 *
    99 * This file contains the following configurations: