Edward Chernenko has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/246783

Change subject: Typo in comment of Html::radio() Incorrectly copied 
documentation from Html::check().
......................................................................

Typo in comment of Html::radio()
Incorrectly copied documentation from Html::check().

Change-Id: I508e4beedb01b62989a7f37466c47ddd37091b49
---
M includes/Html.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/83/246783/1

diff --git a/includes/Html.php b/includes/Html.php
index 506b9cc..b7958dd 100644
--- a/includes/Html.php
+++ b/includes/Html.php
@@ -744,10 +744,10 @@
        }
 
        /**
-        * 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
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/246783
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I508e4beedb01b62989a7f37466c47ddd37091b49
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Edward Chernenko <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to