Correct dockblock for the_terms()

git-svn-id: http://svn.automattic.com/wordpress/trunk@15854 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
scribu 2010-10-19 22:41:34 +00:00
parent 022cdc5e6c
commit d73598ad4d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
?>
?>