From dceb5a9836ffe5a3840dfa2e54069c28936acc97 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 29 Aug 2017 12:28:39 -0700 Subject: [PATCH] Add @since tag to Title::canHaveTalkPage() It was added in f8ac44cca56. Change-Id: Iee3e074f5108a905b66c52305978c99b2604f2cd --- includes/Title.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Title.php b/includes/Title.php index 05f85fa47d..691cc5984a 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1036,6 +1036,7 @@ class Title implements LinkTarget { * Can this title have a corresponding talk page? * * @see MWNamespace::hasTalkNamespace + * @since 1.30 * * @return bool True if this title either is a talk page or can have a talk page associated. */ -- 2.20.1