diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 27c5eb05d2..0e5be5f2e7 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -56,7 +56,7 @@ if ( current_user_can( 'install_themes' ) ) { if ( is_multisite() ) { $help_install = '
' . __('Installing themes on Multisite can only be done from the Network Admin section.') . '
'; } else { - $help_install = '' . sprintf( __('If you would like to see more themes to choose from, click on the “Install Themes” tab and you will be able to browse or search for additional themes from the WordPress.org Theme Directory. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'http://wordpress.org/themes/' ) . '
'; + $help_install = '' . sprintf( __('If you would like to see more themes to choose from, click on the “Add New” button and you will be able to browse or search for additional themes from the WordPress.org Theme Directory. Themes in the WordPress.org Theme Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they’re free!'), 'http://wordpress.org/themes/' ) . '
'; } get_current_screen()->add_help_tab( array(