Add @since tag to SpecialPage::msg
authoraddshore <addshorewiki@gmail.com>
Wed, 4 May 2016 12:04:57 +0000 (13:04 +0100)
committeraddshore <addshorewiki@gmail.com>
Wed, 4 May 2016 12:05:19 +0000 (13:05 +0100)
Introduced in 5f6862c89e5832c117613cf6232f08ab57436fdb

Change-Id: Ie36b37c5c28b67a090cbe69a0d8b37f830104a3f

includes/specialpage/SpecialPage.php

index 6ca7a13..b274017 100644 (file)
@@ -633,6 +633,7 @@ class SpecialPage {
        /**
         * Wrapper around wfMessage that sets the current context.
         *
+        * @since 1.16
         * @return Message
         * @see wfMessage
         */