From: Kunal Mehta Date: Fri, 22 Sep 2017 19:51:20 +0000 (-0700) Subject: EditPage: Mark getSubmitButtonLabel() as @since 1.30 X-Git-Tag: 1.31.0-rc.0~1987^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=55555965c25eed62166b9895683256e9849e3cc9 EditPage: Mark getSubmitButtonLabel() as @since 1.30 Change-Id: I801e98b9f42636a46cdfa5cf7de4de2b59f9e46d --- diff --git a/includes/EditPage.php b/includes/EditPage.php index a8ed19db94..aa1f205a7d 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4352,6 +4352,7 @@ class EditPage { /** * Get the message key of the label for the button to save the page * + * @since 1.30 * @return string */ protected function getSubmitButtonLabel() {