Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/12/2011 02:49:17 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Audit the usage of $bp->groups->root_slug. See #3325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-buddybar.php

    r4631 r4649  
    482482            <?php if ( bp_is_active( 'groups' ) ) : ?>
    483483
    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>
    485485
    486486            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.