Changeset 15135 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 06/04/2010 03:42:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r15054 r15135 192 192 193 193 if ( 'category' == $taxonomy ) 194 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Manage_Categories_SubPanel" >Categories Documentation</a>') . '</p>';195 else 196 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Post_Tags_SubPanel" >Tags Documentation</a>') . '</p>';197 198 $help .= '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>';194 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Manage_Categories_SubPanel" target="_blank">Categories Documentation</a>') . '</p>'; 195 else 196 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Post_Tags_SubPanel" target="_blank">Tags Documentation</a>') . '</p>'; 197 198 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'; 199 199 200 200 add_contextual_help($current_screen, $help);
Note: See TracChangeset
for help on using the changeset viewer.