strong FMI. see #13467

git-svn-id: http://svn.automattic.com/wordpress/trunk@14962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-05-26 21:08:23 +00:00
parent 39efc9e5ca
commit 5890576cf9
1 changed files with 1 additions and 1 deletions

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>';