From d73598ad4dc49c5c1263f7363d2aec6f5b2088c0 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: http://svn.automattic.com/wordpress/trunk@15854 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a53a83c31..f52ae45cf 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 +?>