settings.php 304 B

1234567891011
  1. <?php
  2. /**
  3. * Account settings form used for user settings
  4. *
  5. * This form is extended by Elgg with the views in core/settings/account.
  6. * Plugins can additionally extend it and then register for the
  7. * 'usersettings:save', 'user' plugin hook.
  8. *
  9. * This view is included by "forms/usersettings/save"
  10. */