From 4c1c3af0d65cd6bcae5a237200d1666c607b377f Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 31 May 2011 15:54:48 +0000 Subject: [PATCH] Remove misleading phpdoc. Props mfields. fixes #17558 git-svn-id: http://svn.automattic.com/wordpress/trunk@18081 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 382488ded..2c79803c2 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -1064,8 +1064,6 @@ function term_description( $term = 0, $taxonomy = 'post_tag' ) { /** * 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 * * @param int $id Post ID. Is not optional.