From 7a6685e8d881b4af143191b249469feb674fb1c8 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 3 Dec 2009 15:52:11 +0000 Subject: [PATCH] get_the_term_list() phpdoc updates. Props filosofo. fixes #11116 git-svn-id: http://svn.automattic.com/wordpress/trunk@12319 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 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.