From: addshore Date: Fri, 4 Aug 2017 14:40:24 +0000 (+0100) Subject: Add @since tag for Title::getTalkPageIfDefined X-Git-Tag: 1.31.0-rc.0~2474^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=cf91b0a50eda5a42c835762852e96cebbf48f411;p=lhc%2Fweb%2Fwiklou.git Add @since tag for Title::getTalkPageIfDefined Folow up to: I6d2613d8f7105048022f8093186dc57f1f8173ab Change-Id: Ie9c478532b40f067f1cc6d6a6c2a3c328984473f --- diff --git a/includes/Title.php b/includes/Title.php index 7b3e3a5b68..5dececee8e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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(). */