From: Edward Chernenko Date: Thu, 15 Oct 2015 21:07:55 +0000 (+0300) Subject: Typo in comment of Html::radio() X-Git-Tag: 1.31.0-rc.0~9373 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=088f01bbe630996ca8cc6c6a09763b7362934f09 Typo in comment of Html::radio() Incorrectly copied documentation from Html::check(). Change-Id: I508e4beedb01b62989a7f37466c47ddd37091b49 --- diff --git a/includes/Html.php b/includes/Html.php index 506b9cc3bf..b7958dd4a0 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -744,10 +744,10 @@ class Html { } /** - * Convenience function to produce a checkbox (input element with type=checkbox) + * Convenience function to produce a radio button (input element with type=radio) * * @param string $name Name attribute - * @param bool $checked Whether the checkbox is checked or not + * @param bool $checked Whether the radio button is checked or not * @param array $attribs Array of additional attributes * @return string Raw HTML */