Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/65401


Change subject: Fix some incorrect hook annotations
......................................................................

Fix some incorrect hook annotations

Change-Id: I2594b50c07eafbee68df29152066c81a79035a9e
---
M UniversalLanguageSelector.hooks.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/01/65401/1

diff --git a/UniversalLanguageSelector.hooks.php 
b/UniversalLanguageSelector.hooks.php
index 2f175d9..3624ad2 100644
--- a/UniversalLanguageSelector.hooks.php
+++ b/UniversalLanguageSelector.hooks.php
@@ -35,10 +35,10 @@
        }
 
        /**
-        * BeforePageDisplay hook handler.
         * @param $out OutputPage
         * @param $skin Skin
         * @return bool
+        * Hook: BeforePageDisplay
         */
        public static function addModules( $out, $skin ) {
                global $wgULSGeoService;
@@ -62,10 +62,10 @@
        }
 
        /**
-        * ResourceLoaderTestModules hook handler.
         * @param $testModules array of javascript testing modules. 'qunit' is 
fed using tests/qunit/QUnitTestResources.php.
         * @param $resourceLoader ResourceLoader
         * @return bool
+        * Hook: ResourceLoaderTestModules
         */
        public static function addTestModules( array &$testModules, 
ResourceLoader &$resourceLoader ) {
                $testModules['qunit']['ext.uls.tests'] = array(
@@ -80,7 +80,7 @@
 
        /**
         * Add some tabs for navigation for users who do not use Ajax interface.
-        * Hooks: SkinTemplateNavigation, SkinTemplateTabs
+        * Hook: PersonalUrls
         */
        static function addPersonalBarTrigger( array &$personal_urls, &$title ) 
{
                global $wgLang, $wgUser, $wgULSPosition;

-- 
To view, visit https://gerrit.wikimedia.org/r/65401
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2594b50c07eafbee68df29152066c81a79035a9e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to