Make WordPress Core


Ignore:
Timestamp:
05/26/2010 06:27:13 PM (15 years ago)
Author:
ryan
Message:

Help for Appearance screens. Props duck_, jane. see #13467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-install.php

    r14313 r14951  
    5454do_action('install_themes_pre_' . $tab); //Used to override the general interface, Eg, install or theme information.
    5555
    56 add_contextual_help($current_screen, plugins_search_help());
     56$help = '<p>' . __('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the WordPress.org theme repository. These themes are designed and developed by third parties, are available free of charge, and are licensed under the GNU General Public License, version 2, just like WordPress.') . '</p>';
     57$help .= '<p>' . __('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.') . '</p>';
     58$help .= '<p>' . __('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&#8217;s folder via FTP into your wp-content/themes directory.') . '</p>';
     59$help .= '<p>' . __('<strong>For more information:</strong>') . '</p>';
     60$help .= '<p>' . sprintf(__('<a href="%s">Documentation on Using Themes</a>'), 'http://codex.wordpress.org/Using_Themes#Adding_New_Themes') . '</p>';
     61$help .= '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>';
     62add_contextual_help($current_screen, $help);
    5763
    5864include('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.