r10954 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10953‎ | r10954 | r10955 >
Date:15:20, 8 September 2005
Author:avar
Status:old
Tags:
Comment:
* Removed redundant global
Modified paths:
  • /trunk/extensions/inputbox/inputbox.php (modified) (history)

Diff [purge]

Index: trunk/extensions/inputbox/inputbox.php
@@ -31,7 +31,7 @@
3232 */
3333 function registerInputboxExtension()
3434 {
35 - global $wgParser,$wgExtensionCredits;
 35+ global $wgParser;
3636 $wgParser->setHook('inputbox', 'renderInputbox');
3737 }
3838
@@ -153,4 +153,4 @@
154154 }
155155
156156 }
157 -?>
\ No newline at end of file
 157+?>

Status & tagging log