Changeset 15132 for trunk/wp-admin/themes.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r15126 r15132 40 40 41 41 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 42 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" >Documentation on Using Themes</a>') . '</p>';43 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';42 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>'; 43 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 44 44 add_contextual_help($current_screen, $help); 45 45
Note: See TracChangeset
for help on using the changeset viewer.