From: kaldari Date: Mon, 24 Mar 2014 19:58:53 +0000 (-0700) Subject: Adding function documentation for Skin::footerLink() X-Git-Tag: 1.31.0-rc.0~16509^2 X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=commitdiff_plain;h=b41d4d744c8134ff2f1be29a6f520f7fdab24b7c;p=lhc%2Fweb%2Fwiklou.git Adding function documentation for Skin::footerLink() Change-Id: Ib38173ed7bdc434274ff17dfd8c85e5ec95bfb29 --- diff --git a/includes/Skin.php b/includes/Skin.php index 9312a0ddff..38c3623ad9 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -960,9 +960,10 @@ abstract class Skin extends ContextSource { } /** - * @param $desc - * @param $page - * @return string + * Returns an HTML link for use in the footer + * @param string $desc i18n message key for the link text + * @param string $page i18n message key for the page to link to + * @return string HTML anchor */ public function footerLink( $desc, $page ) { // if the link description has been set to "-" in the default language,