Index: trunk/extensions/Suhosin/Suhosin.i18n.php |
— | — | @@ -12,9 +12,11 @@ |
13 | 13 | * @author Thomas Gries |
14 | 14 | */ |
15 | 15 | $messages['en'] = array( |
16 | | - 'suhosin-desc' => 'Adapts MediaWiki settings within limits of an activated "Suhosin" extension (Hardened-PHP Project).', |
| 16 | + 'suhosin-desc' => 'Adapts MediaWiki settings within limits of an activated "Suhosin" extension (Hardened-PHP Project)', |
17 | 17 | ); |
18 | 18 | |
19 | 19 | /** Message documentation (Message documentation) */ |
20 | 20 | $messages['qqq'] = array( |
| 21 | + 'suhosin-desc' => '{{desc}}', |
21 | 22 | ); |
| 23 | + |
Index: trunk/extensions/Suhosin/Suhosin.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | } |
35 | 35 | |
36 | 36 | # Credits |
37 | | -$wgExtensionCredits['parserhook'][] = array( |
| 37 | +$wgExtensionCredits['other'][] = array( |
38 | 38 | 'path' => __FILE__, |
39 | 39 | 'name' => 'Suhosin', |
40 | 40 | 'author' => array( 'Thomas Gries' ), |