From ff6e5c93f35ac3f4c9c48265047ac614364ab7f9 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 3 Sep 2003 17:39:12 +0000 Subject: [PATCH] Remove language attribute: http://wordpress.org/support/4/533 git-svn-id: http://svn.automattic.com/wordpress/trunk@356 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2template.functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2-include/b2template.functions.php b/b2-include/b2template.functions.php index 6c40987035..44c2367e02 100644 --- a/b2-include/b2template.functions.php +++ b/b2-include/b2template.functions.php @@ -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 = "\n"; + $javascript = "\n"; echo $javascript; }