these are magicked now

This commit is contained in:
Shish 2012-02-02 07:53:27 +00:00
parent baa409eb98
commit ec0fab54d8
4 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@ class Emoticons extends FormatterExtension {
return $text;
}
}
add_event_listener(new Emoticons());
class EmoticonList extends SimpleExtension {
public function onPageRequest($event) {

View File

@ -173,5 +173,4 @@ class BBCode extends FormatterExtension {
return $text;
}
}
add_event_listener(new BBCode());
?>

View File

@ -176,5 +176,4 @@ class PixelFileHandler extends DataHandlerExtension {
}
// }}}
}
add_event_listener(new PixelFileHandler());
?>

View File

@ -537,5 +537,4 @@ class UserPage extends SimpleExtension {
// }}}
}
add_event_listener(new UserPage());
?>