Rename hook to "prepare_body_content_filter"
This commit is contained in:
parent
d38b86dabf
commit
296f561878
3 changed files with 5 additions and 5 deletions
|
@ -223,7 +223,7 @@ include/security.php: Addon::callHooks('logged_in', $a->user);
|
|||
include/text.php: Addon::callHooks('contact_block_end', $arr);
|
||||
include/text.php: Addon::callHooks('poke_verbs', $arr);
|
||||
include/text.php: Addon::callHooks('prepare_body_init', $item);
|
||||
include/text.php: Addon::callHooks('content_filter', $hook_data);
|
||||
include/text.php: Addon::callHooks('prepare_body_content_filter', $hook_data);
|
||||
include/text.php: Addon::callHooks('prepare_body', $hook_data);
|
||||
include/text.php: Addon::callHooks('prepare_body_final', $hook_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue