Adding function documentation for Skin::footerLink()
authorkaldari <rkaldari@wikimedia.org>
Mon, 24 Mar 2014 19:58:53 +0000 (12:58 -0700)
committerkaldari <rkaldari@wikimedia.org>
Mon, 24 Mar 2014 20:40:58 +0000 (13:40 -0700)
Change-Id: Ib38173ed7bdc434274ff17dfd8c85e5ec95bfb29

includes/Skin.php

index 9312a0d..38c3623 100644 (file)
@@ -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,