From fe8c666fe2f3f74ac95ac49e12ecdd66114da99c Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 11 Dec 2008 22:20:54 +0000 Subject: [PATCH] Remove lines that are choking phpdoc git-svn-id: http://svn.automattic.com/wordpress/trunk@10192 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index be0c11bd8a..ff24e36125 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -536,9 +536,8 @@ function wp_list_categories( $args = '' ) { * The 'number' argument is how many tags to return. By default, the limit will * be to return the top 45 tags in the tag cloud list. * -* The 'topic_count_text_callback' argument is a function, which, given the count + * The 'topic_count_text_callback' argument is a function, which, given the count * of the posts with that tag, returns a text for the tooltip of the tag link. - * @see default_topic_count_text * * The 'exclude' and 'include' arguments are used for the {@link get_tags()} * function. Only one should be used, because only one will be used and the @@ -613,8 +612,6 @@ function default_topic_count_text( $count ) { * * The 'topic_count_text_callback' argument is a function, which given the count * of the posts with that tag returns a text for the tooltip of the tag link. - * @see default_topic_count_text - * * * @todo Complete functionality. * @since 2.3.0