Index: branches/RL2/extensions/Gadgets/Gadgets.i18n.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | |
148 | 148 | # For Special:Gadgets |
149 | 149 | 'gadgets-title' => '{{Identical|Gadgets}}', |
150 | | - 'gadgets-export' => 'Used on [[Special:Gadgets]]. This is a verb, not noun. |
| 150 | + 'gadgets-export' => 'Used on [[Special:Gadgets]]. This is a verb, not a noun. |
151 | 151 | |
152 | 152 | {{Identical|Export}}', |
153 | 153 | 'gadgets-export-download' => 'Use the verb for this message. Submit button. |
Index: branches/RL2/extensions/Gadgets/SpecialGadgets.php |
— | — | @@ -9,8 +9,8 @@ |
10 | 10 | class SpecialGadgets extends SpecialPage { |
11 | 11 | |
12 | 12 | /** |
13 | | - * @var $par Array: Parameters passed to the page. |
14 | | - * - gadget String: Gadget id |
| 13 | + * @var $params Array: Parameters passed to the page. |
| 14 | + * - gadget String|null: Gadget id |
15 | 15 | * - action String: Action ('view', 'export') |
16 | 16 | */ |
17 | 17 | protected $params = array( |
Index: branches/RL2/extensions/Gadgets/Gadgets.hooks.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | |
32 | 32 | /** |
33 | 33 | * Get a Title object of the gadget definition page from a gadget id |
34 | | - * @param $is String |
| 34 | + * @param $id String |
35 | 35 | * @return Title|null |
36 | 36 | */ |
37 | 37 | public static function getDefinitionTitleFromID( $id ) { |