r23519 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23518‎ | r23519 | r23520 >
Date:19:59, 28 June 2007
Author:raymond
Status:old
Tags:
Comment:
* Adding extension credits. Have not found author and URL, but it's active on Wikisources
Modified paths:
  • /trunk/extensions/DoubleWiki/DoubleWiki.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DoubleWiki/DoubleWiki.php
@@ -24,6 +24,13 @@
2525
2626 $wgHooks['OutputPageBeforeHTML'][] = 'addMatchedText' ;
2727
 28+$wgExtensionCredits['other'][] = array(
 29+ 'name' => 'DoubleWiki',
 30+ //'author' => '',
 31+ //'url' => '',
 32+ 'description' => 'Displays an article and its translation from another wiki on two columns of the same page',
 33+);
 34+
2835 function addMatchedText ( &$parserOutput , &$text ) {
2936
3037 global $wgContLang, $wgRequest, $wgLang, $wgContLanguageCode, $wgTitle;

Status & tagging log