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/schema.php

    r40406 r41289  
    891891 * @param string $site_name         The name of the network.
    892892 * @param string $path              Optional. The path to append to the network's domain name. Default '/'.
    893  * @param bool   $subdomain_install Optional. Whether the network is a subdomain install or a subdirectory install.
    894  *                                  Default false, meaning the network is a subdirectory install.
    895  * @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful,
     893 * @param bool   $subdomain_install Optional. Whether the network is a subdomain installation or a subdirectory installation.
     894 *                                  Default false, meaning the network is a subdirectory installation.
     895 * @return bool|WP_Error True on success, or WP_Error on warning (with the installation otherwise successful,
    896896 *                       so the error code must be checked) or failure.
    897897 */
Note: See TracChangeset for help on using the changeset viewer.