Changeset 4466 for trunk/bp-core/bp-core-buddybar.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-buddybar.php
r4448 r4466 456 456 <?php if ( is_multisite() && bp_is_active( 'blogs' ) ) : ?> 457 457 458 <li><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . $bp->blogs->root_slug ) . '?random-blog' ?>" rel="nofollow"><?php _e( 'Random Blog', 'buddypress' ) ?></a></li>458 <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> 459 459 460 460 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.