Changeset 53156
- Timestamp:
- 04/12/2022 01:41:44 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-privacy.php
r53131 r53156 191 191 <p> 192 192 <?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?> 193 <?php _e( ' It is also suggested that you shouldreview your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>193 <?php _e( 'You should also review your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?> 194 194 </p> 195 195 <p> -
trunk/src/wp-admin/setup-config.php
r53148 r53156 159 159 ?> 160 160 <h1 class="screen-reader-text"><?php _e( 'Before getting started' ); ?></h1> 161 <p><?php _e( 'Welcome to WordPress. Before getting started, some information on the database is needed. You will need to know the following items before proceeding.' ); ?></p>161 <p><?php _e( 'Welcome to WordPress. Before getting started, you will need to know the following items.' ); ?></p> 162 162 <ol> 163 163 <li><?php _e( 'Database name' ); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.