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-core.php

    r40879 r41289  
    11981198 * Redirect to the About WordPress page after a successful upgrade.
    11991199 *
    1200  * This function is only needed when the existing install is older than 3.4.0.
     1200 * This function is only needed when the existing installation is older than 3.4.0.
    12011201 *
    12021202 * @since 3.3.0
Note: See TracChangeset for help on using the changeset viewer.