Ticket #13467: dougwrites-link-manager.patch
File dougwrites-link-manager.patch, 1.2 KB (added by , 13 years ago) |
---|
-
wp-admin/link-manager.php
44 44 $title = __('Links'); 45 45 $this_file = $parent_file = 'link-manager.php'; 46 46 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 s everal sites in WordPress community are included as examples'), 'widgets.php') . '</p>' .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 sites in WordPress community are included as examples'), 'widgets.php') . '</p>' . 48 48 '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' . 49 49 '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' . 50 50 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .