Changeset 9466 for trunk/src/bp-core/deprecated/2.1.php
- Timestamp:
- 02/09/2015 11:34:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.1.php
r9458 r9466 344 344 <?php if ( bp_is_active( 'groups' ) ) : ?> 345 345 346 <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>346 <li class="alt"><a href="<?php bp_groups_directory_permalink(); ?>?random-group" rel="nofollow"><?php _e( 'Random Group', 'buddypress' ) ?></a></li> 347 347 348 348 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.