PersonalUrls hook provides a SkinTemplate, not a Skin
authorKunal Mehta <legoktm@gmail.com>
Mon, 9 Dec 2013 05:59:16 +0000 (21:59 -0800)
committerKunal Mehta <legoktm@gmail.com>
Mon, 9 Dec 2013 05:59:16 +0000 (21:59 -0800)
Follow-up to I1116fd64ea0beac148ee75ea4ec050741fc2c3b7

Change-Id: I84b00316f3e6564fb2b3c47a1e7c0c7a9af0c8ac

docs/hooks.txt

index 15387f8..e3387b5 100644 (file)
@@ -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