diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index c81387f87..7e378b449 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -885,11 +885,11 @@ function get_the_terms( $id = 0, $taxonomy ) { } /** - * Retrieve terms as a list with specified format. + * Retrieve a post's terms as a list with specified format. * * @since 2.5.0 * - * @param int $id Term ID. + * @param int $id Post ID. * @param string $taxonomy Taxonomy name. * @param string $before Optional. Before list. * @param string $sep Optional. Separate items using this.