From: Robin Pepermans Date: Sun, 12 Feb 2012 23:42:39 +0000 (+0000) Subject: add warning note to isKnown() per r111017 X-Git-Tag: 1.31.0-rc.0~24744 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=542bae9af901f4d2f0a956b64baf7e9016302b90;p=lhc%2Fweb%2Fwiklou.git add warning note to isKnown() per r111017 --- diff --git a/includes/Title.php b/includes/Title.php index bd1851c46e..f72a5eac88 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -4180,6 +4180,9 @@ class Title { * viewed? In particular, this function may be used to determine if * links to the title should be rendered as "bluelinks" (as opposed to * "redlinks" to non-existent pages). + * Adding something else to this function will cause inconsistency + * since LinkHolderArray calls isAlwaysKnown() and does its own + * page existence check. * * @return Bool */