From 0874553f76be5fbaad728aa5f3b3b596dfc679c1 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Thu, 2 Feb 2023 21:50:16 +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. Built from https://develop.svn.wordpress.org/trunk@55197 git-svn-id: http://core.svn.wordpress.org/trunk@54730 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin-install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 61bc77fb7e..17428666a7 100644 --- a/wp-admin/includes/plugin-install.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index a9d3e474e5..356f46ed71 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55196'; +$wp_version = '6.2-alpha-55197'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.