Changeset 15132 for trunk/wp-admin/theme-install.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r15126 r15132 58 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’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; 59 59 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 60 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" >Documentation on Using Themes</a>') . '</p>';61 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';60 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>'; 61 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 62 62 add_contextual_help($current_screen, $help); 63 63
Note: See TracChangeset
for help on using the changeset viewer.