X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSkin.php;h=59c89bb03c65afeb46a0090b731fa05b0f507df4;hb=f3710b35e5a7d013ad7117f7405cc6f40942699e;hp=1aefb1bbf74ee9075b6e560fd78d246a14d65704;hpb=2ef6a1a46ea9a03d62c66ec80d69fca25961ab66;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Skin.php b/includes/Skin.php index 1aefb1bbf7..59c89bb03c 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1632,7 +1632,7 @@ class Skin extends Linker { /** * Renders a $wgFooterIcons icon acording to the method's arguments - * @param $icon Array: The icon to build the html for + * @param $icon Array: The icon to build the html for, see $wgFooterIcons for the format of this array * @param $withImage Boolean: Whether to use the icon's image or output a text-only footericon */ function makeFooterIcon( $icon, $withImage = 'withImage' ) {