Changeset 6777
- Timestamp:
- 02/08/2013 07:45:50 AM (12 years ago)
- Location:
- trunk/bp-groups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r6599 r6777 514 514 return false; 515 515 516 if ( bp_is_item_admin() || bp_is_item_mod()) {516 if ( bp_is_item_admin() ) { 517 517 518 518 $bp = buddypress(); -
trunk/bp-groups/bp-groups-template.php
r6614 r6777 1435 1435 $current_tab = bp_get_group_current_admin_tab(); 1436 1436 1437 if ( bp_is_item_admin() || bp_is_item_mod()) : ?>1437 if ( bp_is_item_admin() ) : ?> 1438 1438 1439 1439 <li<?php if ( 'edit-details' == $current_tab || empty( $current_tab ) ) : ?> class="current"<?php endif; ?>><a href="<?php echo trailingslashit( bp_get_group_permalink( $group ) . 'admin/edit-details' ) ?>"><?php _e( 'Details', 'buddypress' ); ?></a></li>
Note: See TracChangeset
for help on using the changeset viewer.