Changeset 8318 for trunk/bp-members/bp-members-buddybar.php
- Timestamp:
- 04/24/2014 09:59:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-buddybar.php
r7521 r8318 4 4 * BuddyPress Members BuddyBar 5 5 * 6 * Handles the member functions related to the BuddyBar 6 * Handles the member functions related to the BuddyBar. 7 7 * 8 8 * @package BuddyPress … … 14 14 15 15 /** 16 * Notifications Menu16 * Add the Notifications menu to the BuddyBar. 17 17 */ 18 18 function bp_adminbar_notifications_menu() { … … 28 28 29 29 /** 30 * Blog Authors Menu (visible when not logged in)30 * Add the Blog Authors menu to the BuddyBar (visible when not logged in). 31 31 */ 32 32 function bp_adminbar_authors_menu() { … … 75 75 76 76 /** 77 * Add a member admin menu to the BuddyBar. 78 * 77 79 * Adds an Toolbar menu to any profile page providing site moderator actions 78 80 * that allow capable users to clean up a users account. 79 *80 * @package BuddyPress XProfile81 81 */ 82 82 function bp_members_adminbar_admin_menu() {
Note: See TracChangeset
for help on using the changeset viewer.