Remove misleading phpdoc. Props mfields. fixes #17558
git-svn-id: http://svn.automattic.com/wordpress/trunk@18081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b188576030
commit
4c1c3af0d6
|
@ -1064,8 +1064,6 @@ function term_description( $term = 0, $taxonomy = 'post_tag' ) {
|
||||||
/**
|
/**
|
||||||
* Retrieve the terms of the taxonomy that are attached to the post.
|
* Retrieve the terms of the taxonomy that are attached to the post.
|
||||||
*
|
*
|
||||||
* This function can only be used within the loop.
|
|
||||||
*
|
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
*
|
*
|
||||||
* @param int $id Post ID. Is not optional.
|
* @param int $id Post ID. Is not optional.
|
||||||
|
|
Loading…
Reference in New Issue