From 95503d5abcdec51295c6c61a62e4786393acb5aa Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 2 Feb 2023 21:48:11 +0000 Subject: [PATCH] Plugins: Rephrase Add Plugins screen description for better clarity. This changeset rephrases the Add Plugins screen description to clarify the purpose of the two available options for installing plugins. Props tahmidulkarim, audrasjb, costdev, ryokuhi, krupalpanchal, SergeyBiryukov. Fixes #57155. git-svn-id: https://develop.svn.wordpress.org/trunk@55197 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/plugin-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/plugin-install.php b/src/wp-admin/includes/plugin-install.php index 61bc77fb7e..17428666a7 100644 --- a/src/wp-admin/includes/plugin-install.php +++ b/src/wp-admin/includes/plugin-install.php @@ -395,7 +395,7 @@ function display_plugins_table() { case 'install_plugins_featured': printf( /* translators: %s: https://wordpress.org/plugins/ */ - '

' . __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the WordPress Plugin Directory or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '

', + '

' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins in the WordPress Plugin Directory right from here, or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '

', __( 'https://wordpress.org/plugins/' ) ); break;