Changeset 4566
- Timestamp:
- 06/27/2011 12:12:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-buddybar.php
r3955 r4566 12 12 13 13 <li id="bp-adminbar-adminoptions-menu"> 14 <a href="<?php bp_groups_action_link( 'admin' ); ?>"><?php _e( ' Group Admin', 'buddypress' ); ?></a>14 <a href="<?php bp_groups_action_link( 'admin' ); ?>"><?php _e( 'Admin Options', 'buddypress' ); ?></a> 15 15 16 16 <ul> 17 <li><a href="<?php bp_groups_action_link( 'admin/edit-details' ); ?>"><?php _e( 'Edit Details', 'buddypress' ); ?></a></li> 18 19 <li><a href="<?php bp_groups_action_link( 'admin/group-settings' ); ?>"><?php _e( 'Group Settings', 'buddypress' ); ?></a></li> 20 21 <li><a href="<?php bp_groups_action_link( 'admin/group-avatar' ); ?>"><?php _e( 'Group Avatar', 'buddypress' ); ?></a></li> 22 23 <?php if ( bp_is_active( 'friends' ) ) : ?> 24 25 <li><a href="<?php bp_groups_action_link( 'send-invites' ); ?>"><?php _e( 'Manage Invitations', 'buddypress' ); ?></a></li> 26 27 <?php endif; ?> 28 29 <li><a href="<?php bp_groups_action_link( 'admin/manage-members' ); ?>"><?php _e( 'Manage Members', 'buddypress' ); ?></a></li> 30 31 <?php if ( $bp->groups->current_group->status == 'private' ) : ?> 32 33 <li><a href="<?php bp_groups_action_link( 'admin/membership-requests' ); ?>"><?php _e( 'Membership Requests', 'buddypress' ); ?></a></li> 34 35 <?php endif; ?> 36 37 <li><a class="confirm" href="<?php echo wp_nonce_url( bp_get_group_permalink( $bp->groups->current_group ) . 'admin/delete-group/', 'groups_delete_group' ); ?>&delete-group-button=1&delete-group-understand=1"><?php _e( "Delete Group", 'buddypress' ) ?></a></li> 38 39 <?php /* These advanced admin items have been removed for the 1.3 release */ ?> 40 <?php /* 17 41 <li> 18 42 <li><a href="<?php bp_groups_action_link( 'admin/edit-details' ); ?>"><?php _e( 'Admin', 'buddypress' ); ?></a> … … 63 87 <?php endif; ?> 64 88 89 */ ?> 90 65 91 <?php do_action( 'bp_groups_adminbar_admin_menu' ) ?> 66 92
Note: See TracChangeset
for help on using the changeset viewer.