r106134 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106133‎ | r106134 | r106135 >
Date:23:47, 13 December 2011
Author:preilly
Status:ok
Tags:
Comment:
small spacing issues
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -80,9 +80,7 @@
8181 $wgExtMobileFrontend = new ExtMobileFrontend();
8282
8383 $wgHooks['BeforePageDisplay'][] = array( &$wgExtMobileFrontend, 'beforePageDisplayHTML' );
84 -
8584 $wgHooks['SkinTemplateOutputPageBeforeExec'][] = array( &$wgExtMobileFrontend, 'addMobileFooter' );
86 -
8785 $wgHooks['TestCanonicalRedirect'][] = array( &$wgExtMobileFrontend, 'testCanonicalRedirect' );
8886
8987 /**
@@ -92,7 +90,7 @@
9391 */
9492 $wgMFRemovableClasses = array();
9593
96 -# Unit tests
 94+// Unit tests
9795 $wgHooks['UnitTestsList'][] = 'efExtMobileFrontendUnitTests';
9896
9997 /**

Status & tagging log