Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/23/2021 02:03:02 AM (3 years ago)
Author:
espellcaste
Message:

Making PHPDoc Improvements to the BP Notifications (component) files.

See #8553

File:
1 edited

Legend:

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

    r12495 r13091  
    3535    // Add the top-level Notifications button.
    3636    $wp_admin_bar->add_node( array(
    37         'parent'    => 'top-secondary',
    38         'id'        => 'bp-notifications',
    39         'title'     => $menu_title,
    40         'href'      => $menu_link,
     37        'parent' => 'top-secondary',
     38        'id'     => 'bp-notifications',
     39        'title'  => $menu_title,
     40        'href'   => $menu_link,
    4141    ) );
    4242
     
    5959    }
    6060
    61     return;
     61    return true;
    6262}
    6363add_action( 'admin_bar_menu', 'bp_members_admin_bar_notifications_menu', 90 );
Note: See TracChangeset for help on using the changeset viewer.