Skip to content

Commit

Permalink
chore(docs): documents the usersettings/save action better
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed Dec 22, 2017
1 parent f2a8d79 commit 85daaf8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions actions/usersettings/save.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<?php
/**
* Aggregate action for saving settings
*
* To see the individual action methods, enable the developers plugin, visit Admin > Inspect > Plugin Hooks
* and search for "usersettings:save". The default methods are listed below:
*
* @see _elgg_set_user_language
* @see _elgg_set_user_password
* @see _elgg_set_user_default_access
* @see _elgg_set_user_name
* @see _elgg_set_user_username
* @see _elgg_set_user_email
*/

elgg_make_sticky_form('usersettings');
Expand Down

0 comments on commit 85daaf8

Please sign in to comment.