RE-fixed mis-mat hed quote type in popup comment link.

git-svn-id: http://svn.automattic.com/wordpress/trunk@176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-06-06 21:58:24 +00:00
parent f014d377f5
commit 3d3a37ed5a

View File

@ -923,7 +923,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
echo "<a href=\"$siteurl/";
if ($b2commentsjavascript) {
echo $b2commentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
echo '\' onclick="b2open(this.href); return false"';
echo '" onclick="b2open(this.href); return false"';
} else {
// if comments_popup_script() is not in the template, display simple comment link
comments_link();