From 00c2f972e9bdebc479a4aaec52646adb0701101b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 3 Dec 2009 15:52:11 +0000 Subject: [PATCH] get_the_term_list() phpdoc updates. Props filosofo. fixes #11116 git-svn-id: https://develop.svn.wordpress.org/trunk@12319 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 c81387f879..7e378b449f 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.