Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/04/2009 11:32:49 PM (17 years ago)
Author:
apeatling
Message:

Fixing random member, group and blog links.

File:
1 edited

Legend:

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

    r1415 r1515  
    250250        <a href="#"><?php _e( 'Visit', 'buddypress' ) ?></a>
    251251        <ul class="random-list">
    252             <li><a href="<?php echo $bp->root_domain . '/' . BP_MEMBERS_SLUG . '/?random' ?>"><?php _e( 'Random Member', 'buddypress' ) ?></a></li>
     252            <li><a href="<?php echo $bp->root_domain . '/' . BP_MEMBERS_SLUG . '/?random-member' ?>"><?php _e( 'Random Member', 'buddypress' ) ?></a></li>
    253253
    254254            <?php if ( function_exists('groups_install') ) : ?>
    255             <li class="alt"><a href="<?php echo $bp->root_domain . '/' . $bp->groups->slug . '/?random' ?>"><?php _e( 'Random Group', 'buddypress' ) ?></a></li>
     255            <li class="alt"><a href="<?php echo $bp->root_domain . '/' . $bp->groups->slug . '/?random-group' ?>"><?php _e( 'Random Group', 'buddypress' ) ?></a></li>
    256256            <?php endif; ?>
    257257
Note: See TracChangeset for help on using the changeset viewer.