Changeset 17748 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 04/28/2011 03:24:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r17435 r17748 1 1 <?php 2 2 /** 3 * Edit Tags Administration Panel.3 * Edit Tags Administration Screen. 4 4 * 5 5 * @package WordPress … … 210 210 211 211 if ( 'category' == $taxonomy ) 212 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_S ubPanel" target="_blank">Documentation on Categories</a>' ) . '</p>';212 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>'; 213 213 elseif ( 'link_category' == $taxonomy ) 214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_S ubPanel" target="_blank">Documentation on Link Categories</a>' ) . '</p>';215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_S ubPanel" target="_blank">Documentation on Post Tags</a>' ) . '</p>';214 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>'; 215 else 216 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Post_Tags_Screen" target="_blank">Documentation on Post Tags</a>' ) . '</p>'; 217 217 218 218 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.