Changeset 2919 for trunk/bp-core/bp-core-adminbar.php
- Timestamp:
- 04/13/2010 04:01:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-adminbar.php
r2863 r2919 224 224 <li><a href="<?php echo $bp->root_domain . '/' . $bp->members->slug . '/?random-member' ?>"><?php _e( 'Random Member', 'buddypress' ) ?></a></li> 225 225 226 <?php if ( function_exists('groups_install') ) : ?>226 <?php if ( bp_is_active( 'groups' ) ) : ?> 227 227 <li class="alt"><a href="<?php echo $bp->root_domain . '/' . $bp->groups->slug . '/?random-group' ?>"><?php _e( 'Random Group', 'buddypress' ) ?></a></li> 228 228 <?php endif; ?> 229 229 230 <?php if ( function_exists('bp_blogs_install') && bp_core_is_multisite() ) : ?>230 <?php if ( bp_is_active( 'blogs' ) && bp_core_is_multisite() ) : ?> 231 231 <li><a href="<?php echo $bp->root_domain . '/' . $bp->blogs->slug . '/?random-blog' ?>"><?php _e( 'Random Blog', 'buddypress' ) ?></a></li> 232 232
Note: See TracChangeset
for help on using the changeset viewer.