Do not mention deprecated RawPage in hooks.txt
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 23 Jun 2014 18:28:47 +0000 (20:28 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 23 Jun 2014 18:28:47 +0000 (20:28 +0200)
Replaced by RawAction

Change-Id: Ic7d24ccf41c2571c76da486c6513b2dd325b8fd0

docs/hooks.txt

index 80ac174..7049a43 100644 (file)
@@ -2095,7 +2095,7 @@ $article: the page the form is shown for
 $out: OutputPage object
 
 'RawPageViewBeforeOutput': Right before the text is blown out in action=raw.
-&$obj: RawPage object
+&$obj: RawAction object
 &$text: The text that's going to be the output
 
 'RecentChange_save': Called at the end of RecentChange::save().