r98854 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98853‎ | r98854 | r98855 >
Date:10:31, 4 October 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix various typos in r97513 and r98729
Modified paths:
  • /branches/RL2/extensions/Gadgets/Gadgets.hooks.php (modified) (history)
  • /branches/RL2/extensions/Gadgets/Gadgets.i18n.php (modified) (history)
  • /branches/RL2/extensions/Gadgets/SpecialGadgets.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/Gadgets.i18n.php
@@ -146,7 +146,7 @@
147147
148148 # For Special:Gadgets
149149 '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.
151151
152152 {{Identical|Export}}',
153153 'gadgets-export-download' => 'Use the verb for this message. Submit button.
Index: branches/RL2/extensions/Gadgets/SpecialGadgets.php
@@ -9,8 +9,8 @@
1010 class SpecialGadgets extends SpecialPage {
1111
1212 /**
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
1515 * - action String: Action ('view', 'export')
1616 */
1717 protected $params = array(
Index: branches/RL2/extensions/Gadgets/Gadgets.hooks.php
@@ -30,7 +30,7 @@
3131
3232 /**
3333 * Get a Title object of the gadget definition page from a gadget id
34 - * @param $is String
 34+ * @param $id String
3535 * @return Title|null
3636 */
3737 public static function getDefinitionTitleFromID( $id ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97513[ResourceLoader2] Merge SpecialGadgets w/ SpecialGadgetManager...krinkle16:45, 19 September 2011
r98729[RL2] Merge gadget manager into SpecialGadgets...krinkle01:26, 3 October 2011

Status & tagging log