From: Daniel Friesen Date: Sun, 5 Dec 2010 11:01:34 +0000 (+0000) Subject: Make footerLink a public method, this method is useful for hooks now that r77732... X-Git-Tag: 1.31.0-rc.0~33551 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=898a0780a05c666cd922837988435e160705dd88;p=lhc%2Fweb%2Fwiklou.git Make footerLink a public method, this method is useful for hooks now that r77732 allows a hook to add new footer links in this style. --- diff --git a/includes/Skin.php b/includes/Skin.php index 59c89bb03c..f2939d48d6 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -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.