Make WordPress Core


Ignore:
Timestamp:
08/22/2017 11:51:11 AM (8 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/class-core-upgrader.php

    r41161 r41289  
    9696        /*
    9797         * If partial update is returned from the API, use that, unless we're doing
    98          * a reinstall. If we cross the new_bundled version number, then use
     98         * a reinstallation. If we cross the new_bundled version number, then use
    9999         * the new_bundled zip. Don't though if the constant is set to skip bundled items.
    100100         * If the API returns a no_content zip, go with it. Finally, default to the full zip.
Note: See TracChangeset for help on using the changeset viewer.