diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php index 7c8463cf00..5bcfd5d707 100644 --- a/src/wp-includes/taxonomy.php +++ b/src/wp-includes/taxonomy.php @@ -2145,7 +2145,7 @@ function wp_get_object_terms( $object_ids, $taxonomies, $args = array() ) { * @since 2.8.0 * * @param WP_Term[] $terms Array of terms for the given object or objects. - * @param string $object_ids Comma separated list if object IDs for which terms were retrieved. + * @param string $object_ids Comma separated list of object IDs for which terms were retrieved. * @param string $taxonomies SQL fragment of taxonomy names from which terms were retrieved. * @param array $args Array of arguments for retrieving terms for the given * object(s). See wp_get_object_terms() for details.