blob: 824b2280be9790fbb146d2e7ccfba19a5826dd34 (
plain)
1
2
3
4
5
6
7
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.
*/
|