Fix typo.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-25 16:27:34 +00:00
parent a98bb3abda
commit 77a141151f

View File

@ -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 {