From 542bae9af901f4d2f0a956b64baf7e9016302b90 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Sun, 12 Feb 2012 23:42:39 +0000 Subject: [PATCH] add warning note to isKnown() per r111017 --- includes/Title.php | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- 2.20.1