diff --git a/src/wp-admin/plugin-install.php b/src/wp-admin/plugin-install.php index 89cc09dde0..6ec2b9d148 100644 --- a/src/wp-admin/plugin-install.php +++ b/src/wp-admin/plugin-install.php @@ -56,7 +56,7 @@ get_current_screen()->add_help_tab( array( 'title' => __('Adding Plugins'), 'content' => '

' . __('If you know what you’re looking for, Search is your best bet. The Search screen has options to search the WordPress.org Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting popular tags. Tags in larger type mean more plugins have been labeled with that tag.') . '

' . - '

' . __('If you just want to get an idea of what’s available, you can browse Featured, Popular, and Newest plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '

' . + '

' . __('If you just want to get an idea of what’s available, you can browse Featured and Popular plugins by using the links in the upper left of the screen. These sections rotate regularly.') . '

' . '

' . __('You can also browse a user’s favorite plugins, by using the Favorites link in the upper left of the screen and entering their WordPress.org username.') . '

' . '

' . __('If you want to install a plugin that you’ve downloaded elsewhere, click the Upload link in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.') . '

' ) ); diff --git a/src/wp-admin/upload.php b/src/wp-admin/upload.php index d1cce37d68..eaf15b53b9 100644 --- a/src/wp-admin/upload.php +++ b/src/wp-admin/upload.php @@ -32,7 +32,7 @@ if ( 'grid' === $mode ) { 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '

' . __( 'All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the Screen Options tab to customize the display of this screen.' ) . '

' + '

' . __( 'All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '

' ) ); get_current_screen()->set_help_sidebar(