Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -80,9 +80,7 @@ |
81 | 81 | $wgExtMobileFrontend = new ExtMobileFrontend(); |
82 | 82 | |
83 | 83 | $wgHooks['BeforePageDisplay'][] = array( &$wgExtMobileFrontend, 'beforePageDisplayHTML' ); |
84 | | - |
85 | 84 | $wgHooks['SkinTemplateOutputPageBeforeExec'][] = array( &$wgExtMobileFrontend, 'addMobileFooter' ); |
86 | | - |
87 | 85 | $wgHooks['TestCanonicalRedirect'][] = array( &$wgExtMobileFrontend, 'testCanonicalRedirect' ); |
88 | 86 | |
89 | 87 | /** |
— | — | @@ -92,7 +90,7 @@ |
93 | 91 | */ |
94 | 92 | $wgMFRemovableClasses = array(); |
95 | 93 | |
96 | | -# Unit tests |
| 94 | +// Unit tests |
97 | 95 | $wgHooks['UnitTestsList'][] = 'efExtMobileFrontendUnitTests'; |
98 | 96 | |
99 | 97 | /** |