mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
Remove language attribute: http://wordpress.org/support/4/533
git-svn-id: http://svn.automattic.com/wordpress/trunk@356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
171ad0fde9
commit
ff6e5c93f3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user