r48228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48227‎ | r48228 | r48229 >
Date:13:58, 9 March 2009
Author:demon
Status:ok
Tags:
Comment:
T -> t
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1015,7 +1015,7 @@
10161016 $text = htmlspecialchars( $text );
10171017 }
10181018 $link = '';
1019 - $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linkType ) );
 1019+ $success = wfRunHooks('LinkerMakeExternalLink', array( &$url, &$text, &$link, &$attribs, $linktype ) );
10201020 if(!$success) {
10211021 wfDebug("Hook LinkerMakeExternalLink changed the output of link with url {$url} and text {$text} to {$link}\n", true);
10221022 return $link;

Status & tagging log