diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index cdc4a8d01..8b954269f 100644 --- a/wp-admin/theme-install.php +++ b/wp-admin/theme-install.php @@ -57,7 +57,7 @@ $help = '

' . sprintf(__('You can find additional themes for your site by usin $help .= '

' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '

'; $help .= '

' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your /wp-content/themes directory.') . '

'; $help .= '

' . __('For more information:') . '

'; -$help .= '

' . __('Documentation on Using Themes') . '

'; +$help .= '

' . __('Documentation on Adding New Themes') . '

'; $help .= '

' . __('Support Forums') . '

'; add_contextual_help($current_screen, $help);