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:
parent
d05c946222
commit
57bae08ef5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user