From 4105785a4995860a4f591f0e6bfffb83d71fb91e Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 3 Sep 2018 15:17:19 -0700 Subject: [PATCH] Document expected escaping level for Xml::submitButton() Change-Id: I36db99c7f6efc79e52e7fad6cf8b8bad7a6ded37 --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1