made the pop-up comment link friendly url aware

git-svn-id: https://develop.svn.wordpress.org/trunk@721 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2004-01-05 04:07:19 +00:00
parent d05c946222
commit 57bae08ef5
1 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
}
echo '<a href="';
if ($wpcommentsjavascript) {
echo $wpcommentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
echo $siteurl.'/'.$wpcommentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
//echo get_permalink();
echo '" onclick="wpopen(this.href); return false"';
} else {