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-admin/includes/update.php

    r40575 r41289  
    6464 * Gets the best available (and enabled) Auto-Update for WordPress Core.
    6565 *
    66  * If there's 1.2.3 and 1.3 on offer, it'll choose 1.3 if the install allows it, else, 1.2.3
     66 * If there's 1.2.3 and 1.3 on offer, it'll choose 1.3 if the installation allows it, else, 1.2.3
    6767 *
    6868 * @since 3.7.0
     
    597597        /*
    598598         * If an update failed critically, we may have copied over version.php but not other files.
    599          * In that case, if the install claims we're running the version we attempted, nag.
     599         * In that case, if the installation claims we're running the version we attempted, nag.
    600600         * This is serious enough to err on the side of nagging.
    601601         *
Note: See TracChangeset for help on using the changeset viewer.