summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/filter/filter.module2
1 files changed, 2 insertions, 0 deletions
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)) {