From 67a413b4a24faa6950bc89f214492eb52b41daca Mon Sep 17 00:00:00 2001 From: Christoph Burschka <christoph@burschka.de> Date: Fri, 15 Feb 2013 03:00:27 +0100 Subject: [PATCH] #1917818: 3/3 Add type to the xbbcode filter. --- xbbcode.module | 1 + 1 file changed, 1 insertion(+) diff --git a/xbbcode.module b/xbbcode.module index 14afb90..9f36969 100644 --- a/xbbcode.module +++ b/xbbcode.module @@ -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', -- GitLab