From: addshore Date: Fri, 4 Nov 2016 10:11:52 +0000 (+0100) Subject: Add missing @since tags to EditPage protected methods X-Git-Tag: 1.31.0-rc.0~4948 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=e1cd3142ba528b2ca178c34bd229330adf976fc4;p=lhc%2Fweb%2Fwiklou.git Add missing @since tags to EditPage protected methods Follows I31f585e5c4fcf724d9aaf670a21f4f0af42e98ce Change-Id: I6118b8a9a03a20be72a69d429ef75e417dc4cf7d --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 0f27e78987..7dd68e4448 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4401,6 +4401,9 @@ HTML return strtr( $result, [ "�" => "&#x" ] ); } + /** + * @since 1.29 + */ protected function addEditNotices() { global $wgOut; @@ -4419,6 +4422,9 @@ HTML } } + /** + * @since 1.29 + */ protected function addTalkPageText() { global $wgOut;