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

Built from https://develop.svn.wordpress.org/trunk@41289


git-svn-id: http://core.svn.wordpress.org/trunk@41129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2017-08-22 11:52:48 +00:00
parent 9891448a42
commit 28eda6f4bc
47 changed files with 131 additions and 131 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
/**
* WordPress Theme Install Administration API
* WordPress Theme Installation Administration API
*
* @package WordPress
* @subpackage Administration
@@ -202,7 +202,7 @@ function install_theme_information() {
if ( is_wp_error( $theme ) )
wp_die( $theme );
iframe_header( __('Theme Install') );
iframe_header( __('Theme Installation') );
if ( ! isset( $wp_list_table ) ) {
$wp_list_table = _get_list_table('WP_Theme_Install_List_Table');
}