From 189a71cda74865195d9bccbb7e3b6fb579a5ae4a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 31 May 2011 15:54:48 +0000 Subject: [PATCH] Remove misleading phpdoc. Props mfields. fixes #17558 git-svn-id: https://develop.svn.wordpress.org/trunk@18081 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 382488ded9..2c79803c23 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.