Changeset 4651 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 07/12/2011 03:14:14 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-buddybar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r4650 r4651 488 488 <?php if ( is_multisite() && bp_is_active( 'blogs' ) ) : ?> 489 489 490 <li><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . $bp->blogs->root_slug) . '?random-blog' ?>" rel="nofollow"><?php _e( 'Random Site', 'buddypress' ) ?></a></li>490 <li><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) . '?random-blog' ?>" rel="nofollow"><?php _e( 'Random Site', 'buddypress' ) ?></a></li> 491 491 492 492 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.