r77794 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77793‎ | r77794 | r77795 >
Date:11:01, 5 December 2010
Author:dantman
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1669,7 +1669,7 @@
16701670 return $s;
16711671 }
16721672
1673 - private function footerLink( $desc, $page ) {
 1673+ public function footerLink( $desc, $page ) {
16741674 // if the link description has been set to "-" in the default language,
16751675 if ( wfMsgForContent( $desc ) == '-' ) {
16761676 // then it is disabled, for all languages.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77732Take the footerlinks from vector and monobook and make them skin generic.dantman18:37, 4 December 2010

Status & tagging log