mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
create event for profile_advanced hook
This commit is contained in:
parent
86ebbecff5
commit
3ea20e9eee
5 changed files with 31 additions and 4 deletions
|
@ -32,6 +32,7 @@ class HtmlFilterEventTest extends TestCase
|
|||
[HtmlFilterEvent::PAGE_END, 'friendica.html.page_end'],
|
||||
[HtmlFilterEvent::MOD_HOME_CONTENT, 'friendica.html.mod_home_content'],
|
||||
[HtmlFilterEvent::MOD_ABOUT_CONTENT, 'friendica.html.mod_about_content'],
|
||||
[HtmlFilterEvent::MOD_PROFILE_CONTENT, 'friendica.html.mod_profile_content'],
|
||||
[HtmlFilterEvent::JOT_TOOL, 'friendica.html.jot_tool'],
|
||||
[HtmlFilterEvent::CONTACT_BLOCK_END, 'friendica.html.contact_block_end'],
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue