diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-13 19:44:26 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-13 19:44:26 +0000 |
commit | f9501bd6cef73e88b130c6640087008f8d58ef92 (patch) | |
tree | fbf2602a69e85738d11f5f72a47fbe70904fd227 /views/default/forms/account | |
parent | 11cc3f9f5b2551322e6c51a453291e7ecf5d364d (diff) | |
download | elgg-f9501bd6cef73e88b130c6640087008f8d58ef92.tar.gz elgg-f9501bd6cef73e88b130c6640087008f8d58ef92.tar.bz2 |
Fixes #2848 pulls user settings code out of actions into functions. We should investigate putting them in a library that is only loaded on demand
git-svn-id: http://code.elgg.org/elgg/trunk@8204 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/forms/account')
-rw-r--r-- | views/default/forms/account/settings.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/default/forms/account/settings.php b/views/default/forms/account/settings.php index b3d9bbc7f..824b2280b 100644 --- a/views/default/forms/account/settings.php +++ b/views/default/forms/account/settings.php @@ -1 +1,8 @@ <?php +/** + * Account settings form used for user settings + * + * This form is extended by Elgg with the views in core/settings/account. + * Plugins can additionally extend it and then register for the + * 'usersettings:save', 'user' plugin hook. + */ |