Remove inaccurate part of {$taxonomy}_add_form_fields action description.

props joostdekeijzer.
fixes #31052.
Built from https://develop.svn.wordpress.org/trunk@31247


git-svn-id: http://core.svn.wordpress.org/trunk@31228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-01-19 15:31:23 +00:00
parent d95586e943
commit 067ee8c476
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ if ( ! is_taxonomy_hierarchical( $taxonomy ) ) {
}
/**
* Fires after the Add Term form fields for hierarchical taxonomies.
* Fires after the Add Term form fields.
*
* The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31246';
$wp_version = '4.2-alpha-31247';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.