Type that eliminated all content, fixed.

git-svn-id: https://develop.svn.wordpress.org/trunk@341 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-08-24 21:27:28 +00:00
parent ea3fe00746
commit 5796aeb9b0

View File

@ -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) {