this isn't so necessary with latest upstream changes
This commit is contained in:
parent
112fb0841d
commit
7af442855d
@ -134,15 +134,7 @@ class CommentListTheme extends Themelet {
|
|||||||
global $user;
|
global $user;
|
||||||
|
|
||||||
$tfe = new TextFormattingEvent($comment->comment);
|
$tfe = new TextFormattingEvent($comment->comment);
|
||||||
|
send_event($tfe);
|
||||||
// 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);
|
|
||||||
}
|
|
||||||
|
|
||||||
$i_uid = int_escape($comment->owner_id);
|
$i_uid = int_escape($comment->owner_id);
|
||||||
$h_name = html_escape($comment->owner_name);
|
$h_name = html_escape($comment->owner_name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user