Changeset 13882 for trunk/src/bp-settings/actions/notifications.php
- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/actions/notifications.php
r13503 r13882 12 12 * 13 13 * @since 1.6.0 14 *15 * @return bool|void16 14 */ 17 15 function bp_settings_action_notifications() { … … 27 25 // Bail if not in settings. 28 26 if ( ! bp_is_settings_component() || ! bp_is_current_action( 'notifications' ) ) { 29 return false;27 return; 30 28 } 31 29
Note: See TracChangeset
for help on using the changeset viewer.