diff --git wp-admin/edit-tags.php wp-admin/edit-tags.php
index c32c42e..3ce7f73 100644
|
|
if ( current_user_can($tax->cap->edit_terms) ) |
158 | 158 | wp_enqueue_script('inline-edit-tax'); |
159 | 159 | |
160 | 160 | if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $taxonomy ) { |
| 161 | $help = ''; |
| 162 | |
161 | 163 | if ( 'category' == $taxonomy ) |
162 | 164 | $help .= '<p>' . 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 <a href="%s">writing settings</a>.' ) , 'options-writing.php' ) . '</p>'; |
163 | 165 | elseif ( 'link_category' == $taxonomy ) |