r24972 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24971‎ | r24972 | r24973 >
Date:08:22, 21 August 2007
Author:raymond
Status:old
Tags:
Comment:
Update extension credits
Modified paths:
  • /trunk/extensions/ProofreadPage/ProofreadPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ProofreadPage/ProofreadPage.php
@@ -7,13 +7,13 @@
88 $wgHooks['OutputPageParserOutput'][] = 'wfProofreadPageParserOutput';
99 $wgHooks['LoadAllMessages'][] = 'wfProofreadPageLoadMessages';
1010
11 -$wgExtensionCredits['parserhook'][] = array(
 11+$wgExtensionCredits['other'][] = array(
1212 'name' => 'ProofreadPage',
13 - 'author' => 'ThomasV'
 13+ 'author' => 'ThomasV',
 14+ 'url' => 'http://www.mediawiki.org/wiki/Extension:Proofread_Page',
 15+ 'description' => 'Allow easy comparison of text to the original scan',
1416 );
1517
16 -
17 -
1818 /**
1919 *
2020 * Query the database to find if the current page is referred in an
@@ -164,5 +164,3 @@
165165 }
166166 return true;
167167 }
168 -
169 -

Status & tagging log