Changeset 4649 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 07/12/2011 02:49:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r4631 r4649 482 482 <?php if ( bp_is_active( 'groups' ) ) : ?> 483 483 484 <li class="alt"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . $bp->groups->root_slug) . '?random-group' ?>" rel="nofollow"><?php _e( 'Random Group', 'buddypress' ) ?></a></li>484 <li class="alt"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_groups_root_slug() ) . '?random-group' ?>" rel="nofollow"><?php _e( 'Random Group', 'buddypress' ) ?></a></li> 485 485 486 486 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.