Skip to content
Snippets Groups Projects
Commit ff5f9c9c authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #52341 by m3avrck: corrected phpdoc.

parent 9c7c23c8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
*/
......
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment