From 5659224918cf9a1e199e17c683aa79a6433279c2 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 21 May 2010 18:19:56 +0000 Subject: [PATCH] Update phpdoc for wp_insert_term(). Props prettyboymp. fixes #12482 git-svn-id: http://svn.automattic.com/wordpress/trunk@14785 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/taxonomy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 2f8e9ba80..e8a62f0c1 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -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