Make WordPress Core


Ignore:
Timestamp:
05/25/2010 10:45:18 PM (15 years ago)
Author:
ryan
Message:

Help for links pages. Props jorbin. see #13467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r14139 r14909  
    5151if ( current_user_can('manage_categories') )
    5252    wp_enqueue_script('inline-edit-tax');
     53
     54add_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);
    5365
    5466require_once ('admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.