mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
022cdc5e6c
commit
d73598ad4d
@ -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;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user