Changeset 19122 for trunk/wp-admin/theme-install.php
- Timestamp:
- 11/02/2011 09:32:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r19114 r19122 45 45 add_contextual_help($current_screen, $help); 46 46 47 get_current_screen()-> add_help_sidebar(47 get_current_screen()->set_help_sidebar( 48 48 '<p><strong>' . __('For more information:') . '</strong></p>' . 49 49 '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.