made the pop-up comment link friendly url aware
git-svn-id: http://svn.automattic.com/wordpress/trunk@721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
588615970e
commit
d69f26e0e8
|
@ -1604,7 +1604,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
||||||
}
|
}
|
||||||
echo '<a href="';
|
echo '<a href="';
|
||||||
if ($wpcommentsjavascript) {
|
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 get_permalink();
|
||||||
echo '" onclick="wpopen(this.href); return false"';
|
echo '" onclick="wpopen(this.href); return false"';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue