Add missing @since tags to EditPage protected methods
authoraddshore <addshorewiki@gmail.com>
Fri, 4 Nov 2016 10:11:52 +0000 (11:11 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 5 Nov 2016 09:40:27 +0000 (09:40 +0000)
Follows I31f585e5c4fcf724d9aaf670a21f4f0af42e98ce

Change-Id: I6118b8a9a03a20be72a69d429ef75e417dc4cf7d

includes/EditPage.php

index 0f27e78..7dd68e4 100644 (file)
@@ -4401,6 +4401,9 @@ HTML
                return strtr( $result, [ "&#x0" => "&#x" ] );
        }
 
+       /**
+        * @since 1.29
+        */
        protected function addEditNotices() {
                global $wgOut;
 
@@ -4419,6 +4422,9 @@ HTML
                }
        }
 
+       /**
+        * @since 1.29
+        */
        protected function addTalkPageText() {
                global $wgOut;