aboutsummaryrefslogtreecommitdiffstats
path: root/addon/README
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2011-01-06 08:37:44 +0100
committerroot <root@diekershoff.homeunix.net>2011-01-06 08:37:44 +0100
commit05708c9a8d6f6a1cbd29a208f1372403fcff2058 (patch)
treea04c34f91904f83a8fdc6cad7af5eddf1a766092 /addon/README
parent011e0c3f8142e3976a4d386fce066c802d4727ab (diff)
parent95ec0767d88efa7d8290db875b1c0f72542d9b68 (diff)
downloadvolse-hubzilla-05708c9a8d6f6a1cbd29a208f1372403fcff2058.tar.gz
volse-hubzilla-05708c9a8d6f6a1cbd29a208f1372403fcff2058.tar.bz2
volse-hubzilla-05708c9a8d6f6a1cbd29a208f1372403fcff2058.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'addon/README')
-rw-r--r--addon/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/addon/README b/addon/README
index 7089634d2..b92b418b4 100644
--- a/addon/README
+++ b/addon/README
@@ -82,10 +82,13 @@ Current hooks:
'settings_form' - called when generating the HTML for the user Settings page
$b is the (string) HTML of the settings page before the final '</form>' tag.
+'settings_post' - called when the Settings pages are submitted.
+ $b is the $_POST array
+
'plugin_settings' - called when generating the HTML for the addon settings page
$b is the (string) HTML of the addon settings page before the final '</form>' tag.
-'settings_post' - called when the Settings and Addon Settings pages are submitted.
+'plugin_settings_post' - called when the Addon Settings pages are submitted.
$b is the $_POST array
'profile_advanced' - called when the HTML is generated for the 'Advanced profile',