Document expected escaping level for Xml::submitButton()
Change-Id: I36db99c7f6efc79e52e7fad6cf8b8bad7a6ded37
This commit is contained in:
parent
32a243c457
commit
4105785a49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue