Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482
git-svn-id: https://develop.svn.wordpress.org/trunk@14785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
90ae6fa7f8
commit
55ef03d2fd
@ -1554,7 +1554,7 @@ function wp_get_object_terms($object_ids, $taxonomies, $args = array()) {
|
||||
* @uses do_action() Calls 'created_term' hook with the term id and taxonomy id as parameters.
|
||||
* @uses do_action() Calls 'created_$taxonomy' hook with term id and taxonomy id as parameters.
|
||||
*
|
||||
* @param int|string $term The term to add or update.
|
||||
* @param string $term The term to add or update.
|
||||
* @param string $taxonomy The taxonomy to which to add the term
|
||||
* @param array|string $args Change the values of the inserted term
|
||||
* @return array|WP_Error The Term ID and Term Taxonomy ID
|
||||
|
Loading…
Reference in New Issue
Block a user