From 3fbabe4158dd64da32f456ea80b502c6b3500736 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 16 Apr 2014 16:06:21 -0700 Subject: Issue #1041486 by cs_shadow, lokapujya, eporama, Pancho: Fix docs for check_markup --- modules/filter/filter.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 2afe901e8..5c2b8c97f 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -739,8 +739,8 @@ function filter_list_format($format_id) { * @param $text * The text to be filtered. * @param $format_id - * (optional) The format ID of the text to be filtered. If no format is - * assigned, the fallback format will be used. Defaults to NULL. + * (optional) The machine name of the filter format to be used to filter the + * text. Defaults to the fallback format. See filter_fallback_format(). * @param $langcode * (optional) The language code of the text to be filtered, e.g. 'en' for * English. This allows filters to be language aware so language specific -- cgit v1.2.3