fixed mismatched quotes in popup comment link

git-svn-id: https://develop.svn.wordpress.org/trunk@146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-06-01 21:00:30 +00:00
parent bf86baba1b
commit 9bba5c23b2
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,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();