Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -488,9 +488,10 @@ |
489 | 489 | $catpage: CategoryPage instance |
490 | 490 | |
491 | 491 | '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. |
495 | 496 | $content_actions: The array of content actions |
496 | 497 | |
497 | 498 | 'BeforePageDisplay': Called just before outputting a page (all kinds of, |