Merge "Added ScopedCallback functions for early execution or cancellation."
[lhc/web/wiklou.git] / includes / specials / SpecialMostlinkedtemplates.php
index 22932e5..506e6b2 100644 (file)
@@ -124,5 +124,8 @@ class MostlinkedTemplatesPage extends QueryPage {
                $label = $this->msg( 'ntransclusions' )->numParams( $result->value )->escaped();
                return Linker::link( $wlh, $label );
        }
-}
 
+       protected function getGroupName() {
+               return 'highuse';
+       }
+}