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
This commit is contained in:
parent
c2b584a91b
commit
00c2f972e9
@ -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
Block a user