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.