From 547b24f781acbf84ea89c333cec45372b10eac68 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Wed, 4 Jul 2012 11:38:56 +0200 Subject: [PATCH] Fix parameter name: $displayText does not exist, but $altUserName does. Change-Id: Ic901d6a74701eb8c1802ac7a28c479b253353a14 --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 9fcac6580f..674eee71a1 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -978,7 +978,7 @@ class Linker { * @param $userName String: user name in database. * @param $altUserName String: text to display instead of the user name (optional) * @return String: HTML fragment - * @since 1.19 Method exists for a long time. $displayText was added in 1.19. + * @since 1.19 Method exists for a long time. $altUserName was added in 1.19. */ public static function userLink( $userId, $userName, $altUserName = false ) { if ( $userId == 0 ) { -- 2.20.1