Make WordPress Core


Ignore:
Timestamp:
08/22/2017 11:51:11 AM (7 years ago)
Author:
johnbillion
Message:

General: Improve terminology used when referring to installations of WordPress and its extensions.

"Install" is not a noun, and while it might be acceptable to use the verb as a noun, it is not correct. Using the correct
noun, "installation", increases clarity, especially for non-native English speakers.

This change fixes the usage in user-facing text and in developer documentation.

Fixes #41620

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r40932 r41289  
    3333    if ( isset( $locale ) ) {
    3434        /**
    35          * Filters WordPress install's locale ID.
     35         * Filters the locale ID of the WordPress installation.
    3636         *
    3737         * @since 1.5.0
     
    980980 * properly translates them back.
    981981 *
    982  * The before_last_bar() call is needed, because older installs keep the roles
     982 * The before_last_bar() call is needed, because older installations keep the roles
    983983 * using the old context format: 'Role name|User role' and just skipping the
    984  * content after the last bar is easier than fixing them in the DB. New installs
     984 * content after the last bar is easier than fixing them in the DB. New installations
    985985 * won't suffer from that problem.
    986986 *
Note: See TracChangeset for help on using the changeset viewer.