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/tests/phpunit/includes/mock-fs.php

    r26246 r41289  
    2626        $folder = $this->find_folder( $path );
    2727
    28         // Perhaps the FTP folder is rooted at the WordPress install, Check for wp-includes folder in root, Could have some false positives, but rare.
     28        // Perhaps the FTP folder is rooted at the WordPress installation, Check for wp-includes folder in root, Could have some false positives, but rare.
    2929        if ( ! $folder && $this->is_dir('/wp-includes') )
    3030            $folder = '/';
Note: See TracChangeset for help on using the changeset viewer.