Fix typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@5549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cc0dcf4992
commit
a030294e1d
|
@ -386,7 +386,7 @@ function get_tag_link( $tag_id ) {
|
||||||
$tag = &get_term($tag_id, 'post_tag');
|
$tag = &get_term($tag_id, 'post_tag');
|
||||||
$slug = $tag->slug;
|
$slug = $tag->slug;
|
||||||
|
|
||||||
if ( empty($catlink) ) {
|
if ( empty($taglink) ) {
|
||||||
$file = get_option('home') . '/';
|
$file = get_option('home') . '/';
|
||||||
$taglink = $file . '?tag=' . $slug;
|
$taglink = $file . '?tag=' . $slug;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue