Make WordPress Core


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

Help for links pages. Props jorbin. see #13467

File:
1 edited

Legend:

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

    r14652 r14909  
    4444$title = __('Links');
    4545$this_file = $parent_file = 'link-manager.php';
     46
     47add_contextual_help( $current_screen, '<p>' . __('You can add links here to be displayed on your site, usually using Widgets [link to wp-admin/widgets.php]. By default, links to several sites in WordPress community are included as examples') . '</p>' .
     48        '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
     49        '<p>' . __('You can customize the display of this screen using he Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
     50        '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .
     51        '<p>' . __('For more information:') . '</p>' .
     52        '<ul>
     53            <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://codex.wordpress.org/Links_Edit_SubPanel', 'Link Management Documentation') ) .'</li>' .
     54'           <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://wordpress.org/support/', 'Support Forums') ) .'</li>' .
     55
     56        '</ul>'
     57    );
     58
    4659include_once ('./admin-header.php');
    4760
Note: See TracChangeset for help on using the changeset viewer.