diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index c32c42e084..312720edc3 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -158,6 +158,7 @@ if ( current_user_can($tax->cap->edit_terms) ) wp_enqueue_script('inline-edit-tax'); if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy ) { + $help =''; if ( 'category' == $taxonomy ) $help .= '

' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is “Uncategorized” until you change it in your writing settings.' ) , 'options-writing.php' ) . '

'; elseif ( 'link_category' == $taxonomy )