From: Kunal Mehta Date: Mon, 3 Sep 2018 22:17:19 +0000 (-0700) Subject: Document expected escaping level for Xml::submitButton() X-Git-Tag: 1.34.0-rc.0~4211 X-Git-Url: https://git.cyclocoop.org/admin/Duna?a=commitdiff_plain;h=4105785a4995860a4f591f0e6bfffb83d71fb91e;p=lhc%2Fweb%2Fwiklou.git Document expected escaping level for Xml::submitButton() Change-Id: I36db99c7f6efc79e52e7fad6cf8b8bad7a6ded37 --- diff --git a/includes/Xml.php b/includes/Xml.php index 9744aeefcc..d1a56bf78e 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -454,7 +454,7 @@ class Xml { /** * Convenience function to build an HTML submit button * When $wgUseMediaWikiUIEverywhere is true it will default to a progressive button - * @param string $value Label text for the button + * @param string $value Label text for the button (unescaped) * @param array $attribs Optional custom attributes * @return string HTML */