Last modified: 2011-03-13 18:05:32 UTC
in the description hook.txt of 1.5 is an example for Reversing Article Tile. But in Article.php class Article, the function view() does not call wfRunHooks('ArticleShow') I guess this call should be made on line 833 (end of function view() ) Otherwise no hook can be attached in normal view to modify the content before output is done
WONTFIX. None of the examples in hooks.txt are real hooks.