From: Kunal Mehta Date: Mon, 9 Dec 2013 05:59:16 +0000 (-0800) Subject: PersonalUrls hook provides a SkinTemplate, not a Skin X-Git-Tag: 1.31.0-rc.0~17703 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=cbc4e5c6b25153e61250bc77f8147584c0167bd3;p=lhc%2Fweb%2Fwiklou.git PersonalUrls hook provides a SkinTemplate, not a Skin Follow-up to I1116fd64ea0beac148ee75ea4ec050741fc2c3b7 Change-Id: I84b00316f3e6564fb2b3c47a1e7c0c7a9af0c8ac --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 15387f8f06..e3387b5578 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1909,7 +1909,7 @@ that tests continue to run properly. my talk page, my contributions" etc). &$personal_urls: Array of link specifiers (see SkinTemplate.php) &$title: Title object representing the current page -$skin: Skin object providing context (e.g. to check if the user is logged in, etc.) +$skin: SkinTemplate object providing context (e.g. to check if the user is logged in, etc.) 'PingLimiter': Allows extensions to override the results of User::pingLimiter(). &$user : User performing the action