Skip to content
Snippets Groups Projects
Commit ab8377f0 authored by Steven Wittens's avatar Steven Wittens
Browse files

- Fix braino in doxygen.

parent 39aaf29d
Branches
Tags
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
......@@ -1250,7 +1250,7 @@ function form_checkbox($title, $name, $value = 1, $checked = FALSE, $description
* @param $required
* Whether the user must check a box before submitting the form.
* @return
* A themed HTML string representing the check button set.
* A themed HTML string representing the checkbox set.
*/
function form_checkboxes($title, $name, $values, $options, $description = NULL, $attributes = NULL, $required = FALSE) {
if (count($options) > 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment