From: Kunal Mehta Date: Tue, 29 Aug 2017 19:28:39 +0000 (-0700) Subject: Add @since tag to Title::canHaveTalkPage() X-Git-Tag: 1.31.0-rc.0~2269^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=dceb5a9836ffe5a3840dfa2e54069c28936acc97;ds=sidebyside Add @since tag to Title::canHaveTalkPage() It was added in f8ac44cca56. Change-Id: Iee3e074f5108a905b66c52305978c99b2604f2cd --- 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. */