diff --git a/src/wp-admin/includes/plugin-install.php b/src/wp-admin/includes/plugin-install.php
index 61bc77fb7e..17428666a7 100644
|
a
|
b
|
function display_plugins_table() { |
| 395 | 395 | case 'install_plugins_featured': |
| 396 | 396 | printf( |
| 397 | 397 | /* translators: %s: https://wordpress.org/plugins/ */ |
| 398 | | '<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="%s">WordPress Plugin Directory</a> or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>', |
| | 398 | '<p>' . __( 'Plugins extend and expand the functionality of WordPress. You may install plugins in the <a href="%s">WordPress Plugin Directory</a> right from here, or upload a plugin in .zip format by clicking the button at the top of this page.' ) . '</p>', |
| 399 | 399 | __( 'https://wordpress.org/plugins/' ) |
| 400 | 400 | ); |
| 401 | 401 | break; |