From 214141d62a8a68810c3ca75641134a983b2735b2 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 6 Apr 2007 17:53:34 +0000 Subject: [PATCH] Typo git-svn-id: https://develop.svn.wordpress.org/trunk@5196 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 ebb4da9443..95d5c08be9 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -55,7 +55,7 @@ function get_tag_link( $tag_id ) { $catlink = str_replace('%tag%', $category_nicename, $catlink); $catlink = get_option('home') . user_trailingslashit($catlink, 'category'); } - return apply_filters('tag_link', $catlink, $category_id); + return apply_filters('tag_link', $catlink, $tag_id); } function get_category_parents($id, $link = FALSE, $separator = '/', $nicename = FALSE){