Smilies are now rendered for Markdown format texts

This commit is contained in:
moodler
2004-09-08 16:15:19 +00:00
parent 00067b0836
commit 2b9011efdc
+1
View File
@@ -639,6 +639,7 @@ function format_text($text, $format=FORMAT_MOODLE, $options=NULL, $courseid=NULL
if (!isset($options->noclean)) {
$text = clean_text($text, $format);
}
replace_smilies($text);
$text = filter_text($text, $courseid);
break;