Changeset 51979
- Timestamp:
- 11/02/2021 05:36:34 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r51951 r51979 285 285 $result['description'] = sprintf( 286 286 '<p>%s</p>', 287 __( ' We were unable to check if any new versions of WordPress are available.' )287 __( 'Unable to check if any new versions of WordPress are available.' ) 288 288 ); 289 289 … … 468 468 $unused_plugins 469 469 ), 470 __( 'Inactive plugins are tempting targets for attackers. If you’re not going to use a plugin, we recommend you removeit.' )470 __( 'Inactive plugins are tempting targets for attackers. If you’re not going to use a plugin, you should consider removing it.' ) 471 471 ); 472 472 … … 635 635 sprintf( 636 636 /* translators: 1: The currently active theme. 2: The active theme's parent theme. */ 637 __( 'To enhance your site’s security, we recommend you removeany themes you’re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.' ),637 __( 'To enhance your site’s security, you should consider removing any themes you’re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.' ), 638 638 $active_theme->name, 639 639 $active_theme->parent()->name … … 654 654 sprintf( 655 655 /* translators: 1: The default theme for WordPress. 2: The currently active theme. 3: The active theme's parent theme. */ 656 __( 'To enhance your site’s security, we recommend you removeany themes you’re not using. You should keep %1$s, the default WordPress theme, %2$s, your current theme, and %3$s, its parent theme.' ),656 __( 'To enhance your site’s security, you should consider removing any themes you’re not using. You should keep %1$s, the default WordPress theme, %2$s, your current theme, and %3$s, its parent theme.' ), 657 657 $default_theme ? $default_theme->name : WP_DEFAULT_THEME, 658 658 $active_theme->name, … … 680 680 $active_theme->name 681 681 ), 682 __( ' We recommendremoving any unused themes to enhance your site’s security.' )682 __( 'You should consider removing any unused themes to enhance your site’s security.' ) 683 683 ); 684 684 } else { … … 696 696 $active_theme->name 697 697 ), 698 __( ' We recommendremoving any unused themes to enhance your site’s security.' )698 __( 'You should consider removing any unused themes to enhance your site’s security.' ) 699 699 ); 700 700 } … … 1201 1201 sprintf( 1202 1202 /* translators: 1: The database engine in use (MySQL or MariaDB). 2: Database server recommended version number. */ 1203 __( 'For optimal performance and security reasons, we recommendrunning %1$s version %2$s or higher. Contact your web hosting company to correct this.' ),1203 __( 'For optimal performance and security reasons, you should consider running %1$s version %2$s or higher. Contact your web hosting company to correct this.' ), 1204 1204 ( $this->is_mariadb ? 'MariaDB' : 'MySQL' ), 1205 1205 $this->health_check_mysql_rec_version -
trunk/src/wp-admin/includes/network.php
r50839 r51979 180 180 ?> 181 181 <p><?php _e( 'Welcome to the Network installation process!' ); ?></p> 182 <p><?php _e( 'Fill in the information below and you’ll be on your way to creating a network of WordPress sites. We will create configuration filesin the next step.' ); ?></p>182 <p><?php _e( 'Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.' ); ?></p> 183 183 <?php 184 184 … … 272 272 printf( 273 273 /* translators: 1: Site URL, 2: Host name, 3: www. */ 274 __( ' We recommend you changeyour site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ),274 __( 'You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ), 275 275 '<code>' . substr( $hostname, 4 ) . '</code>', 276 276 '<code>' . $hostname . '</code>', … … 445 445 printf( 446 446 /* translators: 1: wp-config.php, 2: .htaccess */ 447 __( ' We recommend youback up your existing %1$s and %2$s files.' ),447 __( 'You should back up your existing %1$s and %2$s files.' ), 448 448 '<code>wp-config.php</code>', 449 449 '<code>.htaccess</code>' … … 453 453 printf( 454 454 /* translators: 1: wp-config.php, 2: web.config */ 455 __( ' We recommend youback up your existing %1$s and %2$s files.' ),455 __( 'You should back up your existing %1$s and %2$s files.' ), 456 456 '<code>wp-config.php</code>', 457 457 '<code>web.config</code>' … … 461 461 printf( 462 462 /* translators: %s: wp-config.php */ 463 __( ' We recommend youback up your existing %s file.' ),463 __( 'You should back up your existing %s file.' ), 464 464 '<code>wp-config.php</code>' 465 465 ); -
trunk/src/wp-admin/plugin-editor.php
r51629 r51979 327 327 <div class="file-editor-warning-message"> 328 328 <h1><?php _e( 'Heads up!' ); ?></h1> 329 <p><?php _e( 'You appear to be making direct edits to your plugin in the WordPress dashboard. We recommend that you don’t! Editing plugins directlymay introduce incompatibilities that break your site and your changes may be lost in future updates.' ); ?></p>329 <p><?php _e( 'You appear to be making direct edits to your plugin in the WordPress dashboard. Editing plugins directly is not recommended as it may introduce incompatibilities that break your site and your changes may be lost in future updates.' ); ?></p> 330 330 <p><?php _e( 'If you absolutely have to make direct edits to this plugin, use a file manager to create a copy with a new name and hang on to the original. That way, you can re-enable a functional version if something goes wrong.' ); ?></p> 331 331 </div> -
trunk/src/wp-admin/theme-editor.php
r51629 r51979 360 360 <p> 361 361 <?php 362 _e( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don’t! Editing your theme directly could break your site and your changes may be lost in future updates.' );362 _e( 'You appear to be making direct edits to your theme in the WordPress dashboard. It is not recommended! Editing your theme directly could break your site and your changes may be lost in future updates.' ); 363 363 ?> 364 364 </p>
Note: See TracChangeset
for help on using the changeset viewer.