double quotes to single

git-svn-id: http://svn.automattic.com/wordpress/trunk@437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-10-08 22:28:39 +00:00
parent e2744e0cfc
commit b7a5ea4461
1 changed files with 1 additions and 2 deletions

View File

@ -1186,7 +1186,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
return;
}
}
echo "<a href=\"$siteurl/";
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"';
@ -1202,7 +1202,6 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
comments_number($zero, $one, $more);
echo '</a>';
}
}
function comment_ID() {