From 4018ed0da787941e1eb35fc595d504ae316f8a5e Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 12 Oct 2010 23:20:12 +0000 Subject: [PATCH] Follow up r70940. This call should use the hook $result. --- includes/Linker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Linker.php b/includes/Linker.php index 94138721b7..e07f5a1291 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1401,7 +1401,7 @@ class Linker { # run, and even add them to hook-provided text. (This is the main # reason that the EditSectionLink hook is deprecated in favor of # DoEditSectionLink: it can't change the brackets or the span.) - $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $link ); + $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $result ); return "$result"; } -- 2.20.1