Merge "Add a 'namemsg' parameter to $wgExtensionCredits for localizable names"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 21 Jun 2014 20:09:32 +0000 (20:09 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 21 Jun 2014 20:09:32 +0000 (20:09 +0000)
includes/specialpage/SpecialPageFactory.php
maintenance/findHooks.php

index 5a4d742..58ca959 100644 (file)
@@ -364,8 +364,8 @@ class SpecialPageFactory {
         * Return categorised listable special pages which are available
         * for the current user, and everyone.
         *
-        * @param User $user User object to check permissions, $wgUser will be used if
-        *   if not provided
+        * @param User $user User object to check permissions, $wgUser will be used
+        *        if not provided
         * @return array ( string => Specialpage )
         */
        public static function getUsablePages( User $user = null ) {
index 043aed2..fe48daf 100644 (file)
@@ -109,7 +109,7 @@ class FindHooks extends Maintenance {
                        $IP . '/tests/parser/',
                        $IP . '/tests/phpunit/suites/',
                        $IP . '/skins/',
-                       $IP . '/skins/monobook/',
+                       $IP . '/skins/MonoBook/',
                        $IP . '/skins/Vector/',
                );