From 77a141151f754f483915598746f13607c02e4dda Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 25 May 2007 16:27:34 +0000 Subject: [PATCH] Fix typo. git-svn-id: http://svn.automattic.com/wordpress/trunk@5549 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/category-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 6aa27db6b..ab89167d5 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -386,7 +386,7 @@ function get_tag_link( $tag_id ) { $tag = &get_term($tag_id, 'post_tag'); $slug = $tag->slug; - if ( empty($catlink) ) { + if ( empty($taglink) ) { $file = get_option('home') . '/'; $taglink = $file . '?tag=' . $slug; } else {