Changeset 8318 for trunk/bp-members/bp-members-adminbar.php
- Timestamp:
- 04/24/2014 09:59:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-members/bp-members-adminbar.php
r7859 r8318 4 4 * BuddyPress Members Toolbar 5 5 * 6 * Handles the member functions related to the WordPress Toolbar 6 * Handles the member functions related to the WordPress Toolbar. 7 7 * 8 8 * @package BuddyPress … … 16 16 * Add the "My Account" menu and all submenus. 17 17 * 18 * @since BuddyPress (1.6) 18 * @since BuddyPress (1.6.0) 19 * 19 20 * @todo Deprecate WP 3.2 Toolbar compatibility when we drop 3.2 support 20 21 */ … … 67 68 68 69 /** 69 * Add s the User Admin top-level menu to user pages70 * Add the User Admin top-level menu to user pages. 70 71 * 71 * @package BuddyPress 72 * @since BuddyPress (1.5) 72 * @since BuddyPress (1.5.0) 73 73 */ 74 74 function bp_members_admin_bar_user_admin_menu() { … … 137 137 138 138 /** 139 * Build the "Notifications" dropdown 139 * Build the "Notifications" dropdown. 140 140 * 141 * @package BuddyPress 142 * @since BuddyPress (1.5) 141 * @since BuddyPress (1.5.0) 143 142 */ 144 143 function bp_members_admin_bar_notifications_menu() { … … 154 153 155 154 /** 156 * Remove rogue WP core edit menu when viewing a single user155 * Remove rogue WP core Edit menu when viewing a single user. 157 156 * 158 * @since BuddyPress (1.6 )157 * @since BuddyPress (1.6.0) 159 158 */ 160 159 function bp_members_remove_edit_page_menu() {
Note: See TracChangeset
for help on using the changeset viewer.