From: Prateek Saxena Date: Wed, 24 Sep 2014 18:09:16 +0000 (-0700) Subject: HtmlForm: Add @since annotation for methods added to UI standardization X-Git-Tag: 1.31.0-rc.0~13838 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=930dcafb09ab736a493cdeff93032cd7992468de;p=lhc%2Fweb%2Fwiklou.git HtmlForm: Add @since annotation for methods added to UI standardization Change-Id: I74f58df9de79d2ad055eaf9760763005996dc0a0 --- 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';