From f08f6fcbc2a301b5e57e5bc56f55222175e5837f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 5 Sep 2018 16:39:27 +0200 Subject: [PATCH] Linker: Remove outdated comment This talks about references and values the way they worked in PHP 4. Comment was added in r4927 (b025ad54) in 2004. Change-Id: I58a74219665bed9e804d7c01f271fd96fd889072 --- includes/Linker.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/Linker.php b/includes/Linker.php index 0ee6c92f77..7969429832 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1076,10 +1076,6 @@ class Linker { * @author Erik Moeller * @since 1.16.3. $wikiId added in 1.26 * - * Note: there's not always a title to pass to this function. - * Since you can't set a default parameter for a reference, I've turned it - * temporarily to a value pass. Should be adjusted further. --brion - * * @param string $comment * @param Title|null $title Title object (to generate link to the section in autocomment) * or null -- 2.20.1