Document expected escaping level for Xml::submitButton()

Change-Id: I36db99c7f6efc79e52e7fad6cf8b8bad7a6ded37
This commit is contained in:
Kunal Mehta 2018-09-03 15:17:19 -07:00
parent 32a243c457
commit 4105785a49

View file

@ -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
*/