diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-04-16 16:06:21 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2014-04-16 16:06:21 -0700 |
commit | 3fbabe4158dd64da32f456ea80b502c6b3500736 (patch) | |
tree | 68d902bf834d02f6191c0cd5a8ce83ce3e7d2938 /modules | |
parent | 36ed5e2ef54b74bd36f9b9a1e5830dba032a82e6 (diff) | |
download | brdo-3fbabe4158dd64da32f456ea80b502c6b3500736.tar.gz brdo-3fbabe4158dd64da32f456ea80b502c6b3500736.tar.bz2 |
Issue #1041486 by cs_shadow, lokapujya, eporama, Pancho: Fix docs for check_markup
Diffstat (limited to 'modules')
-rw-r--r-- | modules/filter/filter.module | 4 |
1 files changed, 2 insertions, 2 deletions
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 |