Changeset 5689 for trunk/bp-groups/bp-groups-buddybar.php
- Timestamp:
- 02/10/2012 01:17:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-buddybar.php
r5687 r5689 1 1 <?php 2 3 /** 4 * BuddyPress Groups BuddyBar 5 * 6 * @package BuddyPress 7 * @subpackage GroupsBuddyBar 8 */ 9 2 10 // Exit if accessed directly 3 11 if ( !defined( 'ABSPATH' ) ) exit; 4 12 13 /** 14 * Adds menu items to the BuddyBar 15 * 16 * @since BuddyPress (1.0) 17 * @global BuddyPress $bp 18 * @return False if no menu 19 */ 5 20 function bp_groups_adminbar_admin_menu() { 6 21 global $bp;
Note: See TracChangeset
for help on using the changeset viewer.