From daa8ea56bca05e95dd24909c86f674ed3fae61d7 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 26 May 2010 21:08:23 +0000 Subject: [PATCH] strong FMI. see #13467 git-svn-id: https://develop.svn.wordpress.org/trunk@14962 602fd350-edb4-49c9-b593-d223f7449a82 --- 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') . '

    ';