Correct dockblock for the_terms()

git-svn-id: https://develop.svn.wordpress.org/trunk@15854 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-10-19 22:41:34 +00:00
parent 898e5b0268
commit 3b3a5e8461
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;
}
?>
?>