diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-03-04 17:51:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-03-04 17:51:34 +0000 |
commit | ff5f9c9ca394aec5e202cf01ea105b73bdebbf10 (patch) | |
tree | 1f66b27e00fc70969e136e677d30d30a90187c22 /modules | |
parent | 9c7c23c87b8b36f13be6b1265c563443679acc90 (diff) | |
download | brdo-ff5f9c9ca394aec5e202cf01ea105b73bdebbf10.tar.gz brdo-ff5f9c9ca394aec5e202cf01ea105b73bdebbf10.tar.bz2 |
- Patch #52341 by m3avrck: corrected phpdoc.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/filter.module | 6 | ||||
-rw-r--r-- | modules/filter/filter.module | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/modules/filter.module b/modules/filter.module index dab9dc762..3eabbf2de 100644 --- a/modules/filter.module +++ b/modules/filter.module @@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) { /** * Generate a selector for choosing a format in a form. * - * @param $name - * The internal name used to refer to the form element. * @param $value * The ID of the format that is currently selected. + * @param $weight + * The weight of the input format. + * @param $parents + * Required when defining multiple input formats on a single node or having a different parent than 'format'. * @return * HTML for the form element. */ diff --git a/modules/filter/filter.module b/modules/filter/filter.module index dab9dc762..3eabbf2de 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -744,10 +744,12 @@ function check_markup($text, $format = FILTER_FORMAT_DEFAULT, $check = TRUE) { /** * Generate a selector for choosing a format in a form. * - * @param $name - * The internal name used to refer to the form element. * @param $value * The ID of the format that is currently selected. + * @param $weight + * The weight of the input format. + * @param $parents + * Required when defining multiple input formats on a single node or having a different parent than 'format'. * @return * HTML for the form element. */ |