We don't need decade old JS hacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@253 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
2d8b573990
commit
d605e786fd
@ -929,7 +929,7 @@ function comments_popup_script($width=400, $height=400, $file='b2commentspopup.p
|
||||
global $b2commentspopupfile, $b2trackbackpopupfile, $b2pingbackpopupfile, $b2commentsjavascript;
|
||||
$b2commentspopupfile = $file;
|
||||
$b2commentsjavascript = 1;
|
||||
$javascript = "<script language='javascript' type='text/javascript'>\n<!--\nfunction b2open (macagna) {\n window.open(macagna, '_blank', 'width=$width,height=$height,scrollbars=yes,status=yes');\n}\n//-->\n</script>\n";
|
||||
$javascript = "<script language='javascript' type='text/javascript'>\nfunction b2open (macagna) {\n window.open(macagna, '_blank', 'width=$width,height=$height,scrollbars=yes,status=yes');\n}\n</script>\n";
|
||||
echo $javascript;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user