Make footerLink a public method, this method is useful for hooks now that r77732...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 5 Dec 2010 11:01:34 +0000 (11:01 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 5 Dec 2010 11:01:34 +0000 (11:01 +0000)
includes/Skin.php

index 59c89bb..f2939d4 100644 (file)
@@ -1669,7 +1669,7 @@ class Skin extends Linker {
                return $s;
        }
 
-       private function footerLink( $desc, $page ) {
+       public function footerLink( $desc, $page ) {
                // if the link description has been set to "-" in the default language,
                if ( wfMsgForContent( $desc )  == '-' ) {
                        // then it is disabled, for all languages.