From 753de9e52e5a5b8bdd9f7fbae21ef2914a9adacb Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 24 Aug 2003 21:27:28 +0000 Subject: [PATCH] Type that eliminated all content, fixed. git-svn-id: http://svn.automattic.com/wordpress/trunk@341 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2-include/b2functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2-include/b2functions.php b/b2-include/b2functions.php index e8cd2629c..c9d989481 100644 --- a/b2-include/b2functions.php +++ b/b2-include/b2functions.php @@ -266,7 +266,7 @@ function convert_gmcode($content) { return $content; } -function convert_smilies($content) { +function convert_smilies($text) { global $smilies_directory, $use_smilies; global $b2_smiliessearch, $b2_smiliesreplace; if ($use_smilies) {