From 930dcafb09ab736a493cdeff93032cd7992468de Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Wed, 24 Sep 2014 11:09:16 -0700 Subject: [PATCH] HtmlForm: Add @since annotation for methods added to UI standardization Change-Id: I74f58df9de79d2ad055eaf9760763005996dc0a0 --- includes/htmlform/HTMLForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index 4b8b5a026c..6589b2ac22 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -1045,7 +1045,7 @@ class HTMLForm extends ContextSource { /** * Identify that the submit button in the form has a destructive action - * + * @since 1.24 */ public function setSubmitDestructive() { $this->mSubmitModifierClass = 'mw-ui-destructive'; @@ -1053,7 +1053,7 @@ class HTMLForm extends ContextSource { /** * Identify that the submit button in the form has a progressive action - * + * @since 1.25 */ public function setSubmitProgressive() { $this->mSubmitModifierClass = 'mw-ui-progressive'; -- 2.20.1