Ticket #15346: LinksScreenHelp.patch
File LinksScreenHelp.patch, 914 bytes (added by , 14 years ago) |
---|
-
link-manager.php
44 44 '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' . 45 45 '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' . 46 46 '<p><strong>' . __('For more information:') . '</strong></p>' . 47 '<p>' . __('<a href="http://codex.wordpress.org/Links_ Edit_SubPanel" target="_blank">Link Management Documentation</a>') . '</p>' .47 '<p>' . __('<a href="http://codex.wordpress.org/Links_Links_SubPanel" target="_blank">Documentation on Managing Links</a>') . '</p>' . 48 48 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 49 49 ); 50 50