From 3b3a5e84615d85c1380ed8ee07ef09758981b42a Mon Sep 17 00:00:00 2001 From: scribu Date: Tue, 19 Oct 2010 22:41:34 +0000 Subject: [PATCH] Correct dockblock for the_terms() git-svn-id: https://develop.svn.wordpress.org/trunk@15854 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/category-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>