More param fixes, props duck_. see #14783.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-11-18 19:12:48 +00:00
parent a40a66dfe1
commit b8ce0261df
11 changed files with 32 additions and 32 deletions

View File

@@ -1174,7 +1174,7 @@ function has_tag( $tag = '', $post = null ) {
*
* @param string|int|array $term Optional. The term name/term_id/slug or array of them to check for.
* @param string $taxonomy Taxonomy name
* @param int|post object Optional. Post to check instead of the current post.
* @param int|object $post Optional. Post to check instead of the current post.
* @return bool True if the current post has any of the given tags (or any tag, if no tag specified).
*/
function has_term( $term = '', $taxonomy = '', $post = null ) {