diff --git wp-admin/edit-tags.php wp-admin/edit-tags.php
index c32c42e..3ce7f73 100644
--- wp-admin/edit-tags.php
+++ wp-admin/edit-tags.php
@@ -158,6 +158,8 @@ 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 .= '<p>' . sprintf(__( 'You can use categories to define sections of your site and group related posts. The default category is &#8220;Uncategorized&#8221; until you change it in your <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>';
 	elseif ( 'link_category' == $taxonomy ) 
