Skip to content
Snippets Groups Projects
Commit 67a413b4 authored by Chris Burschka's avatar Chris Burschka
Browse files

#1917818: 3/3 Add type to the xbbcode filter.

parent 84dc08fb
Branches
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ function xbbcode_menu() {
function xbbcode_filter_info() {
$filters['xbbcode'] = array(
'title' => t('Extensible BBCode'),
'type' => FILTER_TYPE_MARKUP_LANGUAGE,
'description' => t('Renders standard and custom BBCode tags into HTML code.'),
'process callback' => 'xbbcode_filter_process',
'settings callback' => 'xbbcode_filter_settings',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment