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:
parent
d95586e943
commit
067ee8c476
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue