Minor path update to example Content_action.php file in docs.
authorNick Jenkins <nickj@users.mediawiki.org>
Sat, 21 Oct 2006 07:10:33 +0000 (07:10 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Sat, 21 Oct 2006 07:10:33 +0000 (07:10 +0000)
docs/hooks.txt

index 4dd68f5..58de4ed 100644 (file)
@@ -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,