git-svn-id: https://develop.svn.wordpress.org/trunk@356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-09-03 17:39:12 +00:00
parent 9eed885bc9
commit a5b35b6ea4
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,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'>\nfunction b2open (macagna) {\n window.open(macagna, '_blank', 'width=$width,height=$height,scrollbars=yes,status=yes');\n}\n</script>\n";
$javascript = "<script 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;
}