From d45a24be28b2eb2d0c2731708b589788a5b87215 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 22 Aug 2010 21:11:36 +0000 Subject: Merged r6671:6683 from 1.7 branch to trunk git-svn-id: http://code.elgg.org/elgg/trunk@6847 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/output.php | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'engine/lib/output.php') diff --git a/engine/lib/output.php b/engine/lib/output.php index 3d08f2a28..640ada1cf 100644 --- a/engine/lib/output.php +++ b/engine/lib/output.php @@ -1,7 +1,7 @@ $time)); -} - /** * Strip tags and offer plugins the chance. * Plugins register for output:strip_tags plugin hook. @@ -268,4 +262,4 @@ function elgg_strip_tags($string) { $string = trigger_plugin_hook('format', 'strip_tags', $params, $string); return $string; -} \ No newline at end of file +} -- cgit v1.2.3