[ewiki] Re: reworked plugin hooks [init]

> The plugin hook ["page_init"] has gone, and a second stage ["init"]
> is now called at top of ewiki_page().

Still looking at this change.  It looks like the page_init plugins need
to have a signature change from pf($id,$data,$action) to pf($id) since
$data is not available at their new location and $action is still
subject to modification by the EWIKI_AUTO_EDIT code.  This is ok but I
will have to move my piclogocntrl init plugin to become a self-unsetting
handler since it uses meta data.  What was the purpose of this change?



Other related posts: