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