Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@5196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ab510803f4
commit
142582999e
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue