Add @since tag for Title::getTalkPageIfDefined
authoraddshore <addshorewiki@gmail.com>
Fri, 4 Aug 2017 14:40:24 +0000 (15:40 +0100)
committeraddshore <addshorewiki@gmail.com>
Fri, 4 Aug 2017 14:40:24 +0000 (15:40 +0100)
Folow up to: I6d2613d8f7105048022f8093186dc57f1f8173ab

Change-Id: Ie9c478532b40f067f1cc6d6a6c2a3c328984473f

includes/Title.php

index 7b3e3a5..5decece 100644 (file)
@@ -1322,6 +1322,8 @@ class Title implements LinkTarget {
         * Get a Title object associated with the talk page of this article,
         * if such a talk page can exist.
         *
+        * @since 1.30
+        *
         * @return Title The object for the talk page,
         *         or null if no associated talk page can exist, according to canHaveTalkPage().
         */