From 55555965c25eed62166b9895683256e9849e3cc9 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 22 Sep 2017 12:51:20 -0700 Subject: [PATCH] EditPage: Mark getSubmitButtonLabel() as @since 1.30 Change-Id: I801e98b9f42636a46cdfa5cf7de4de2b59f9e46d --- includes/EditPage.php | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.20.1