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 @@
1670
1670
return $s;
1671
1671
}
1672
1672
1673
- private function footerLink( $desc, $page ) {
1673
+ public function footerLink( $desc, $page ) {
1674
1674
// if the link description has been set to "-" in the default language,
1675
1675
if ( wfMsgForContent( $desc ) == '-' ) {
1676
1676
// then it is disabled, for all languages.
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77732
Take the footerlinks from vector and monobook and make them skin generic.
dantman
18:37, 4 December 2010
Status & tagging log
13:32, 5 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r77794
[
removed:
new
added:
ok]