Make WordPress Core

Ticket #31052: diff-31052.txt

File diff-31052.txt, 432 bytes (added by joostdekeijzer, 11 years ago)
Line 
1diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
2index af7f526..cce4715 100644
3--- a/wp-admin/edit-tags.php
4+++ b/wp-admin/edit-tags.php
5@@ -525,7 +525,7 @@ if ( ! is_taxonomy_hierarchical( $taxonomy ) ) {
6 }
7 
8 /**
9- * Fires after the Add Term form fields for hierarchical taxonomies.
10+ * Fires after the Add Term form fields.
11  *
12  * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
13  *