diff --git a/src/wp-admin/plugins.php b/src/wp-admin/plugins.php index fd905152fa..1d46238193 100644 --- a/src/wp-admin/plugins.php +++ b/src/wp-admin/plugins.php @@ -374,7 +374,7 @@ get_current_screen()->add_help_tab( array( '

' . __( 'The search for installed plugins will search for terms in their name, description, or author.' ) . ' ' . __( 'The search results will be updated as you type.' ) . '

' . '

' . sprintf( /* translators: %s: WordPress Plugin Directory URL */ - __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress.org Plugin Directory. Plugins in the WordPress.org Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), + __( 'If you would like to see more plugins to choose from, click on the “Add New” button and you will be able to browse or search for additional plugins from the WordPress Plugin Directory. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!' ), 'https://wordpress.org/plugins/' ) . '

' ) );