r17138 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r17137‎ | r17138 | r17139 >
Date:07:10, 21 October 2006
Author:nickj
Status:old
Tags:
Comment:
Minor path update to example Content_action.php file in docs.
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -488,9 +488,10 @@
489489 $catpage: CategoryPage instance
490490
491491 'SkinTemplateContentActions': after building the $content_action array right
492 - before returning it, see content_action.php in
493 - the extension module for a demonstration of how
494 - to use this hook.
 492+ before returning it, see Content_action.php in
 493+ the extensions/examples/ directory
 494+ ( http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/examples/ )
 495+ for a demonstration of how to use this hook.
495496 $content_actions: The array of content actions
496497
497498 'BeforePageDisplay': Called just before outputting a page (all kinds of,