From 74c061b35885a8eb18d54143351fc7281ca8f5f9 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 20 Sep 2015 10:58:52 +0200 Subject: [PATCH] Fix hook doc for SkinTemplateBuildNavUrlsNav_urlsAfterPermalink The last two parameter were not in documentation. Follows 3c8c735c5622c9fe9fd4748bd964a55926c8343b (r11803) Follows 06be63aa1cb9929930931bf2e5887deff9f63496 (r28125) Change-Id: I4fe91a6ad714ef06a187f7cd873fda5237103d2c --- docs/hooks.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 54ab46c171..6cb8c77ebc 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2667,8 +2667,10 @@ $out: OutputPage object 'SkinTemplateBuildNavUrlsNav_urlsAfterPermalink': After creating the "permanent link" tab. -$sktemplate: SkinTemplate object -$nav_urls: array of tabs +&$sktemplate: SkinTemplate object +&$nav_urls: array of tabs +&$revid: The revision id of the permanent link +&$revid2: The revision id of the permanent link, second time 'SkinTemplateGetLanguageLink': After building the data for a language link from which the actual html is constructed. -- 2.20.1