Make WordPress Core

Ticket #13467: dougwrites-link-manager.patch

File dougwrites-link-manager.patch, 1.2 KB (added by jorbin, 13 years ago)
  • wp-admin/link-manager.php

     
    4444$title = __('Links');
    4545$this_file = $parent_file = 'link-manager.php';
    4646
    47 add_contextual_help( $current_screen, '<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in WordPress community are included as examples'), 'widgets.php') . '</p>' .
     47add_contextual_help( $current_screen, '<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to sites in WordPress community are included as examples'), 'widgets.php') . '</p>' .
    4848            '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
    4949            '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
    5050            '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .