From a030294e1df75d25894ff18cbeb5f598b810d80d 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: https://develop.svn.wordpress.org/trunk@5549 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 6aa27db6b7..ab89167d56 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 {