Changeset 14909 for trunk/wp-admin/edit-link-categories.php
- Timestamp:
- 05/25/2010 10:45:18 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-categories.php
r14139 r14909 51 51 if ( current_user_can('manage_categories') ) 52 52 wp_enqueue_script('inline-edit-tax'); 53 54 add_contextual_help($current_screen, '<p>' . __('You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.') . '</p>' . 55 '<p>' . __('You can delete link categories, but that action does not delete the links within the category. Instead, it moves them to the default link category.') . '</p>' . 56 '<p>'. __('For more information:'). 57 58 '</p> 59 <ul> 60 <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://codex.wordpress.org/Links_Link_Categories_SubPanel', 'Link Categories Documentation') ) .'</li>' . 61 ' <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://wordpress.org/support/', 'Support Forums') ) .'</li>' . 62 63 '</ul>' 64 ); 53 65 54 66 require_once ('admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.