diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index a53a83c31b..f52ae45cf6 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -906,7 +906,7 @@ function get_the_term_list( $id = 0, $taxonomy, $before = '', $sep = '', $after * * @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. @@ -990,4 +990,4 @@ function has_term( $term = '', $taxonomy = '', $post = null ) { return $r; } -?> \ No newline at end of file +?>