Changeset 3369 for trunk/bp-core/bp-core-settings.php
- Timestamp:
- 11/07/2010 12:20:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-settings.php
r3352 r3369 115 115 $bp_settings_updated = false; 116 116 117 if ( $_POST['submit']) {117 if ( isset( $_POST['submit'] ) ) { 118 118 check_admin_referer('bp_settings_notifications'); 119 119 120 if ( $_POST['notifications']) {120 if ( isset( $_POST['notifications'] ) ) { 121 121 foreach ( (array)$_POST['notifications'] as $key => $value ) { 122 122 update_user_meta( (int)$current_user->id, $key, $value );
Note: See TracChangeset
for help on using the changeset viewer.