Fix typo.

git-svn-id: https://develop.svn.wordpress.org/trunk@5549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-25 16:27:34 +00:00
parent cc0dcf4992
commit a030294e1d
1 changed files with 1 additions and 1 deletions

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 {