From b41d4d744c8134ff2f1be29a6f520f7fdab24b7c Mon Sep 17 00:00:00 2001 From: kaldari Date: Mon, 24 Mar 2014 12:58:53 -0700 Subject: [PATCH] Adding function documentation for Skin::footerLink() Change-Id: Ib38173ed7bdc434274ff17dfd8c85e5ec95bfb29 --- includes/Skin.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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, -- 2.20.1