Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2024 04:59:14 PM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: Update incorrect instances of void.

Closes https://github.com/buddypress/buddypress/pull/302
See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-settings/actions/notifications.php

    r13503 r13882  
    1212 *
    1313 * @since 1.6.0
    14  *
    15  * @return bool|void
    1614 */
    1715function bp_settings_action_notifications() {
     
    2725    // Bail if not in settings.
    2826    if ( ! bp_is_settings_component() || ! bp_is_current_action( 'notifications' ) ) {
    29         return false;
     27        return;
    3028    }
    3129
Note: See TracChangeset for help on using the changeset viewer.