mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Update function names
update function names and hook calls
This commit is contained in:
parent
0afd633346
commit
c71f7b0e1a
50 changed files with 356 additions and 348 deletions
|
@ -21,7 +21,7 @@ function notifyall_uninstall() {
|
|||
|
||||
function notifyall_module() {}
|
||||
|
||||
function notifyall_plugin_admin(&$a, &$o) {
|
||||
function notifyall_addon_admin(&$a, &$o) {
|
||||
|
||||
$o = '<div></div> <a href="' . z_root() . '/notifyall">' . t('Send email to all members') . '</a></br/>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue