From 1e535c5af1815a49ef3607c55004c66cc9876fb6 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 7 Jun 2010 16:32:38 +0000 Subject: [PATCH] Typo fix. Props tai. fixes #13735 git-svn-id: http://svn.automattic.com/wordpress/trunk@15160 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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);