diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php
index c75d60c6c7..05eecfe436 100644
a
|
b
|
function wp_get_object_terms( $object_ids, $taxonomies, $args = array() ) { |
2158 | 2158 | * |
2159 | 2159 | * @since 2.3.0 |
2160 | 2160 | * |
2161 | | * @param string $term The term name to add or update. |
| 2161 | * @param string $term The term name to add. |
2162 | 2162 | * @param string $taxonomy The taxonomy to which to add the term. |
2163 | 2163 | * @param array|string $args { |
2164 | 2164 | * Optional. Array or string of arguments for inserting a term. |