mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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 git-svn-id: https://develop.svn.wordpress.org/trunk@41289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -67,7 +67,7 @@ wp_enqueue_script( 'updates' );
|
||||
do_action( "install_plugins_pre_{$tab}" );
|
||||
|
||||
/*
|
||||
* Call the pre upload action on every non-upload plugin install screen
|
||||
* Call the pre upload action on every non-upload plugin installation screen
|
||||
* because the form is always displayed on these screens.
|
||||
*/
|
||||
if ( 'upload' !== $tab ) {
|
||||
@@ -129,7 +129,7 @@ if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_plugins' ) ) {
|
||||
|
||||
<?php
|
||||
/*
|
||||
* Output the upload plugin form on every non-upload plugin install screen, so it can be
|
||||
* Output the upload plugin form on every non-upload plugin installation screen, so it can be
|
||||
* displayed via JavaScript rather then opening up the devoted upload plugin page.
|
||||
*/
|
||||
if ( 'upload' !== $tab ) {
|
||||
|
||||
Reference in New Issue
Block a user