Remove language attribute: http://wordpress.org/support/4/533
git-svn-id: https://develop.svn.wordpress.org/trunk@356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9eed885bc9
commit
a5b35b6ea4
@ -1146,7 +1146,7 @@ function comments_popup_script($width=400, $height=400, $file='b2commentspopup.p
|
|||||||
global $b2commentspopupfile, $b2trackbackpopupfile, $b2pingbackpopupfile, $b2commentsjavascript;
|
global $b2commentspopupfile, $b2trackbackpopupfile, $b2pingbackpopupfile, $b2commentsjavascript;
|
||||||
$b2commentspopupfile = $file;
|
$b2commentspopupfile = $file;
|
||||||
$b2commentsjavascript = 1;
|
$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;
|
echo $javascript;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user