Changeset 13432 for trunk/src/bp-settings/screens/general.php
- Timestamp:
- 03/01/2023 08:17:11 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-settings/screens/general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/screens/general.php
r13090 r13432 37 37 function bp_settings_remove_email_subnav() { 38 38 if ( ! has_action( 'bp_notification_settings' ) ) { 39 bp_core_remove_subnav_item( BP_SETTINGS_SLUG, 'notifications' );39 bp_core_remove_subnav_item( bp_get_settings_slug(), 'notifications' ); 40 40 } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.