Make WordPress Core


Ignore:
Timestamp:
11/22/2023 05:42:11 PM (17 months ago)
Author:
SergeyBiryukov
Message:

Text Changes: Update mentions of “web site” to “website” for consistency.

While “web site” was the original spelling, this variant has become rarely used, and “website” is now the standard spelling, already used throughout most of the WordPress core.

Reference: Wikipedia: Website.

Props LiamMcArthur, cafenoirdesign, sabbirshouvo, sabernhardt, ironprogrammer, mukesh27.
Fixes #59853, #54276.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy-policy-guide.php

    r56570 r57131  
    7474    <h2><?php _e( 'Privacy Policy Guide' ); ?></h2>
    7575    <h3 class="section-title"><?php _e( 'Introduction' ); ?></h3>
    76     <p><?php _e( 'This text template will help you to create your web site&#8217;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>
     76    <p><?php _e( 'This text template will help you to create your website&#8217;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>
    7878    <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>
    7979    <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>
Note: See TracChangeset for help on using the changeset viewer.