these are magicked now
This commit is contained in:
parent
baa409eb98
commit
ec0fab54d8
@ -23,7 +23,6 @@ class Emoticons extends FormatterExtension {
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
add_event_listener(new Emoticons());
|
||||
|
||||
class EmoticonList extends SimpleExtension {
|
||||
public function onPageRequest($event) {
|
||||
|
@ -173,5 +173,4 @@ class BBCode extends FormatterExtension {
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
add_event_listener(new BBCode());
|
||||
?>
|
||||
|
@ -176,5 +176,4 @@ class PixelFileHandler extends DataHandlerExtension {
|
||||
}
|
||||
// }}}
|
||||
}
|
||||
add_event_listener(new PixelFileHandler());
|
||||
?>
|
||||
|
@ -537,5 +537,4 @@ class UserPage extends SimpleExtension {
|
||||
|
||||
// }}}
|
||||
}
|
||||
add_event_listener(new UserPage());
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user