Changeset 4605 for trunk/bp-settings/bp-settings-actions.php
- Timestamp:
- 07/04/2011 05:50:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-settings/bp-settings-actions.php
r4558 r4605 2 2 /** General *******************************************************************/ 3 3 4 function bp_ settings_screen_general_settings() {4 function bp_core_screen_general_settings() { 5 5 global $bp; 6 6 … … 112 112 /** Notifications *************************************************************/ 113 113 114 function bp_ settings_screen_notification_settings() {114 function bp_core_screen_notification_settings() { 115 115 global $bp; 116 116 … … 140 140 /** Delete Account ************************************************************/ 141 141 142 function bp_ settings_screen_delete_account() {142 function bp_core_screen_delete_account() { 143 143 global $bp; 144 144
Note: See TracChangeset
for help on using the changeset viewer.