Changeset 19514 for trunk/wp-admin/theme-install.php
- Timestamp:
- 12/01/2011 02:22:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r19122 r19514 43 43 $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’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; 44 44 45 add_contextual_help($current_screen, $help); 45 get_current_screen()->add_help_tab( array( 46 'id' => 'overview', 47 'title' => __('Overview'), 48 'content' => $help 49 ) ); 46 50 47 51 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.