From 898a0780a05c666cd922837988435e160705dd88 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Sun, 5 Dec 2010 11:01:34 +0000 Subject: [PATCH] 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. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1