From 5890576cf9d045515e4812b2b2ba098f586ef35a Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 26 May 2010 21:08:23 +0000 Subject: [PATCH] strong FMI. see #13467 git-svn-id: http://svn.automattic.com/wordpress/trunk@14962 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 53eb5dc5ec..07b0aea05e 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -188,7 +188,7 @@ if ( 'category' == $taxonomy || 'post_tag' == $taxonomy ) { $help .= '
  • ' . __('Description - The description is not prominent by default; however, some themes may display it.') . '
  • ' . '' . '

    ' . __('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.') . '

    ' . - '

    ' . __('For more information:') . '

    '; + '

    ' . __('For more information:') . '

    '; if ( 'category' == $taxonomy ) $help .= '

    ' . sprintf(__('Categories Documentation'), 'http://codex.wordpress.org/Manage_Categories_SubPanel') . '

    ';