From a5b35b6ea4a2e7366dcaa71dd9a20a4de8503f31 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 3 Sep 2003 17:39:12 +0000 Subject: [PATCH] Remove language attribute: http://wordpress.org/support/4/533 git-svn-id: https://develop.svn.wordpress.org/trunk@356 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }