strong FMI. see #13467

git-svn-id: https://develop.svn.wordpress.org/trunk@14962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-05-26 21:08:23 +00:00
parent ab192e1c7b
commit daa8ea56bc

View File

@ -188,7 +188,7 @@ if ( 'category' == $taxonomy || 'post_tag' == $taxonomy ) {
$help .= '<li>' . __('<strong>Description</strong> - The description is not prominent by default; however, some themes may display it.') . '</li>' .
'</ul>' .
'<p>' . __('You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.') . '</p>' .
'<p>' . __('For more information:') . '</p>';
'<p>' . __('<strong>For more information:</strong>') . '</p>';
if ( 'category' == $taxonomy )
$help .= '<p>' . sprintf(__('<a href="%s">Categories Documentation</a>'), 'http://codex.wordpress.org/Manage_Categories_SubPanel') . '</p>';