- Timestamp:
- 08/23/2021 02:03:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-adminbar.php
r12495 r13091 35 35 // Add the top-level Notifications button. 36 36 $wp_admin_bar->add_node( array( 37 'parent' 38 'id' 39 'title' 40 'href' 37 'parent' => 'top-secondary', 38 'id' => 'bp-notifications', 39 'title' => $menu_title, 40 'href' => $menu_link, 41 41 ) ); 42 42 … … 59 59 } 60 60 61 return ;61 return true; 62 62 } 63 63 add_action( 'admin_bar_menu', 'bp_members_admin_bar_notifications_menu', 90 );
Note: See TracChangeset
for help on using the changeset viewer.