From 5796aeb9b0c46df406887440db68459c4f629a58 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sun, 24 Aug 2003 21:27:28 +0000 Subject: [PATCH] Type that eliminated all content, fixed. git-svn-id: https://develop.svn.wordpress.org/trunk@341 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 e8cd2629c5..c9d9894813 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) {