Make WordPress Core


Ignore:
Timestamp:
05/29/2010 04:16:40 PM (14 years ago)
Author:
nacin
Message:

Help whitespace/punctuation cleanup. props zeo, see #13467.

File:
1 edited

Legend:

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

    r15001 r15054  
    4646
    4747add_contextual_help( $current_screen,
    48     '<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 the WordPress community are included as examples'), 'widgets.php') . '</p>' .
     48    '<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 the WordPress community are included as examples.'), 'widgets.php') . '</p>' .
    4949    '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
    5050    '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
    51     '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .
     51    '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>' .
    5252    '<p><strong>' . __('For more information:') . '</strong></p>' .
    5353    '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel">Link Management Documentation</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.