Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1401,7 +1401,7 @@ |
1402 | 1402 | # run, and even add them to hook-provided text. (This is the main |
1403 | 1403 | # reason that the EditSectionLink hook is deprecated in favor of |
1404 | 1404 | # DoEditSectionLink: it can't change the brackets or the span.) |
1405 | | - $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $link ); |
| 1405 | + $result = wfMsgExt( 'editsection-brackets', array( 'escape', 'replaceafter', 'language' => $lang ), $result ); |
1406 | 1406 | return "<span class=\"editsection\">$result</span>"; |
1407 | 1407 | } |
1408 | 1408 | |