Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a98bb3abda
commit
77a141151f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue