From 7af442855d83e8fa1d1a2d1c4c07a5921346d088 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 30 Jan 2012 02:18:16 +0000 Subject: [PATCH] this isn't so necessary with latest upstream changes --- ext/comment/theme.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index 3e2f9138..2fabf9c6 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -134,15 +134,7 @@ class CommentListTheme extends Themelet { global $user; $tfe = new TextFormattingEvent($comment->comment); - - // sending this event to all ~50 exts has a lot of overhead - if(SPEED_HAX) { - $bb = new BBCode(); - $bb->receive_event($tfe); - } - else { - send_event($tfe); - } + send_event($tfe); $i_uid = int_escape($comment->owner_id); $h_name = html_escape($comment->owner_name);