mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
double quotes to single
git-svn-id: https://develop.svn.wordpress.org/trunk@437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
58e530dde4
commit
eaf5ff87af
@ -1186,7 +1186,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "<a href=\"$siteurl/";
|
echo '<a href="$siteurl/';
|
||||||
if ($b2commentsjavascript) {
|
if ($b2commentsjavascript) {
|
||||||
echo $b2commentspopupfile.$querystring_start.'p'.$querystring_equal.$id.$querystring_separator.'c'.$querystring_equal.'1';
|
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"';
|
||||||
@ -1202,7 +1202,6 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com
|
|||||||
comments_number($zero, $one, $more);
|
comments_number($zero, $one, $more);
|
||||||
echo '</a>';
|
echo '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function comment_ID() {
|
function comment_ID() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user