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
This commit is contained in:
parent
dd81243d16
commit
7a6685e8d8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue