From df52ebb726d80df59255667ce807d8aa3463be28 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Apr 2010 14:53:59 +0000 Subject: - Patch #740764 by mr.baileys, aspilicious: add missing functions to the sanitization group. --- modules/filter/filter.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 29be14894..b83aac959 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -668,6 +668,8 @@ function filter_list_format($format_id) { * Boolean whether to cache the filtered output in the {cache_filter} table. * The caller may set this to FALSE when the output is already cached * elsewhere to avoid duplicate cache lookups and storage. + * + * @ingroup sanitization */ function check_markup($text, $format_id = NULL, $langcode = '', $cache = FALSE) { if (empty($format_id)) { -- cgit v1.2.3