Make WordPress Core

Changeset 51979

Timestamp:
11/02/2021 05:36:34 PM (3 years ago)
Author:
johnjamesjacoby
Message:

Admin/UI-Copy: reword some "we" usages.

This changes some admin-area, user-facing text, to better match the guidelines and recommendations set forth in the make/core handbook, specifically:

the word “we” should be avoided (...) unless its made very clear which group is speaking

(There are several more usages of "we" that will receive this same scrutiny in future commits/releases.)

Props audrasjb, johnbillion, marybaum, peterwilsoncc, sergeybiryukov, shital-patel.

Fixes #46057.

Location:
trunk/src/wp-admin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r51951 r51979  
    285285            $result['description'] = sprintf(
    286286                '<p>%s</p>',
    287                 __( 'We were unable to check if any new versions of WordPress are available.' )
     287                __( 'nable to check if any new versions of WordPress are available.' )
    288288            );
    289289
     
    468468                    $unused_plugins
    469469                ),
    470                 __( 'Inactive plugins are tempting targets for attackers. If you&#8217;re not going to use a plugin, we recommend you remove it.' )
     470                __( 'Inactive plugins are tempting targets for attackers. If you&#8217;re not going to use a plugin, it.' )
    471471            );
    472472
     
    635635                        sprintf(
    636636                            /* translators: 1: The currently active theme. 2: The active theme's parent theme. */
    637                             __( 'To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.' ),
     637                            __( 'To enhance your site&#8217;s security, any themes you&#8217;re not using. You should keep your current theme, %1$s, and %2$s, its parent theme.' ),
    638638                            $active_theme->name,
    639639                            $active_theme->parent()->name
     
    654654                        sprintf(
    655655                            /* translators: 1: The default theme for WordPress. 2: The currently active theme. 3: The active theme's parent theme. */
    656                             __( 'To enhance your site&#8217;s security, we recommend you remove any themes you&#8217;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&#8217;s security, any themes you&#8217;re not using. You should keep %1$s, the default WordPress theme, %2$s, your current theme, and %3$s, its parent theme.' ),
    657657                            $default_theme ? $default_theme->name : WP_DEFAULT_THEME,
    658658                            $active_theme->name,
     
    680680                            $active_theme->name
    681681                        ),
    682                         __( 'We recommend removing any unused themes to enhance your site&#8217;s security.' )
     682                        __( ' removing any unused themes to enhance your site&#8217;s security.' )
    683683                    );
    684684                } else {
     
    696696                            $active_theme->name
    697697                        ),
    698                         __( 'We recommend removing any unused themes to enhance your site&#8217;s security.' )
     698                        __( ' removing any unused themes to enhance your site&#8217;s security.' )
    699699                    );
    700700                }
     
    12011201                sprintf(
    12021202                    /* translators: 1: The database engine in use (MySQL or MariaDB). 2: Database server recommended version number. */
    1203                     __( 'For optimal performance and security reasons, we recommend running %1$s version %2$s or higher. Contact your web hosting company to correct this.' ),
     1203                    __( 'For optimal performance and security reasons, running %1$s version %2$s or higher. Contact your web hosting company to correct this.' ),
    12041204                    ( $this->is_mariadb ? 'MariaDB' : 'MySQL' ),
    12051205                    $this->health_check_mysql_rec_version
  • trunk/src/wp-admin/includes/network.php

    r50839 r51979  
    180180    ?>
    181181    <p><?php _e( 'Welcome to the Network installation process!' ); ?></p>
    182     <p><?php _e( 'Fill in the information below and you&#8217;ll be on your way to creating a network of WordPress sites. We will create configuration files in the next step.' ); ?></p>
     182    <p><?php _e( 'Fill in the information below and you&#8217;ll be on your way to creating a network of WordPress sites. in the next step.' ); ?></p>
    183183    <?php
    184184
     
    272272        printf(
    273273            /* translators: 1: Site URL, 2: Host name, 3: www. */
    274             __( 'We recommend you change 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.' ),
     274            __( ' 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.' ),
    275275            '<code>' . substr( $hostname, 4 ) . '</code>',
    276276            '<code>' . $hostname . '</code>',
     
    445445            printf(
    446446                /* translators: 1: wp-config.php, 2: .htaccess */
    447                 __( 'We recommend you back up your existing %1$s and %2$s files.' ),
     447                __( ' back up your existing %1$s and %2$s files.' ),
    448448                '<code>wp-config.php</code>',
    449449                '<code>.htaccess</code>'
     
    453453            printf(
    454454                /* translators: 1: wp-config.php, 2: web.config */
    455                 __( 'We recommend you back up your existing %1$s and %2$s files.' ),
     455                __( ' back up your existing %1$s and %2$s files.' ),
    456456                '<code>wp-config.php</code>',
    457457                '<code>web.config</code>'
     
    461461            printf(
    462462                /* translators: %s: wp-config.php */
    463                 __( 'We recommend you back up your existing %s file.' ),
     463                __( ' back up your existing %s file.' ),
    464464                '<code>wp-config.php</code>'
    465465            );
  • trunk/src/wp-admin/plugin-editor.php

    r51629 r51979  
    327327                <div class="file-editor-warning-message">
    328328                    <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&#8217;t! Editing plugins directly may 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. may introduce incompatibilities that break your site and your changes may be lost in future updates.' ); ?></p>
    330330                    <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>
    331331                </div>
  • trunk/src/wp-admin/theme-editor.php

    r51629 r51979  
    360360                    <p>
    361361                        <?php
    362                         _e( 'You appear to be making direct edits to your theme in the WordPress dashboard. We recommend that you don&#8217;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. ! Editing your theme directly could break your site and your changes may be lost in future updates.' );
    363363                        ?>
    364364                    </p>
Note: See TracChangeset for help on using the changeset viewer.