Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -7,13 +7,13 @@ |
8 | 8 | $wgHooks['OutputPageParserOutput'][] = 'wfProofreadPageParserOutput'; |
9 | 9 | $wgHooks['LoadAllMessages'][] = 'wfProofreadPageLoadMessages'; |
10 | 10 | |
11 | | -$wgExtensionCredits['parserhook'][] = array( |
| 11 | +$wgExtensionCredits['other'][] = array( |
12 | 12 | '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', |
14 | 16 | ); |
15 | 17 | |
16 | | - |
17 | | - |
18 | 18 | /** |
19 | 19 | * |
20 | 20 | * Query the database to find if the current page is referred in an |
— | — | @@ -164,5 +164,3 @@ |
165 | 165 | } |
166 | 166 | return true; |
167 | 167 | } |
168 | | - |
169 | | - |