mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
$siteurl was not getting interpolated in comment links
git-svn-id: https://develop.svn.wordpress.org/trunk@440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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"';
|
||||
|
||||
Reference in New Issue
Block a user