Changeset 2898
- Timestamp:
- 04/05/2010 11:25:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/groups/index.php
r2488 r2898 15 15 <div class="item-list-tabs"> 16 16 <ul> 17 <li class="selected" id="groups-all"><a href="<?php bp_root_domain()?>"><?php printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() ) ?></a></li>17 <li class="selected" id="groups-all"><a href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG ?>"><?php printf( __( 'All Groups (%s)', 'buddypress' ), bp_get_total_group_count() ) ?></a></li> 18 18 19 19 <?php if ( is_user_logged_in() && bp_get_total_group_count_for_user( bp_loggedin_user_id() ) ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.