Phpdoc argument/@param cleanups. props duck_, see #14783.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-09-07 11:21:11 +00:00
parent 4d44c562e4
commit 5a20c05d27
32 changed files with 110 additions and 121 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ function is_tag( $slug = '' ) {
* @uses $wp_query
*
* @param mixed $taxonomy Optional. Taxonomy slug or slugs.
* @param mixed $term. Optional. Term ID, name, slug or array of Term IDs, names, and slugs.
* @param mixed $term Optional. Term ID, name, slug or array of Term IDs, names, and slugs.
* @return bool
*/
function is_tax( $taxonomy = '', $term = '' ) {