From: Nick Jenkins Date: Sat, 21 Oct 2006 07:10:33 +0000 (+0000) Subject: Minor path update to example Content_action.php file in docs. X-Git-Tag: 1.31.0-rc.0~55422 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=cc15037f29ee030d4230ad14a01bccf10e162572;p=lhc%2Fweb%2Fwiklou.git Minor path update to example Content_action.php file in docs. --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 4dd68f5f25..58de4edce9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -488,9 +488,10 @@ $article: article object that was watched $catpage: CategoryPage instance 'SkinTemplateContentActions': after building the $content_action array right - before returning it, see content_action.php in - the extension module for a demonstration of how - to use this hook. + before returning it, see Content_action.php in + the extensions/examples/ directory + ( http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/examples/ ) + for a demonstration of how to use this hook. $content_actions: The array of content actions 'BeforePageDisplay': Called just before outputting a page (all kinds of,