From: umherirrender Date: Sun, 20 Sep 2015 08:58:52 +0000 (+0200) Subject: Fix hook doc for SkinTemplateBuildNavUrlsNav_urlsAfterPermalink X-Git-Tag: 1.31.0-rc.0~9823^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=74c061b35885a8eb18d54143351fc7281ca8f5f9;p=lhc%2Fweb%2Fwiklou.git Fix hook doc for SkinTemplateBuildNavUrlsNav_urlsAfterPermalink The last two parameter were not in documentation. Follows 3c8c735c5622c9fe9fd4748bd964a55926c8343b (r11803) Follows 06be63aa1cb9929930931bf2e5887deff9f63496 (r28125) Change-Id: I4fe91a6ad714ef06a187f7cd873fda5237103d2c --- 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.