From dfe74814ceb74d725f2f3bb00784bfef27928bbd Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 7 Jun 2010 16:32:38 +0000 Subject: [PATCH] Typo fix. Props tai. fixes #13735 git-svn-id: https://develop.svn.wordpress.org/trunk@15160 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php index cdc4a8d016..8b954269fa 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);