- Patch #52341 by m3avrck: corrected phpdoc.

4.7.x
Dries Buytaert 2006-03-04 17:51:34 +00:00
parent 9c7c23c87b
commit ff5f9c9ca3
2 changed files with 8 additions and 4 deletions

View File

@ -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.
*/

View File

@ -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.
*/