Changeset 9468 for trunk/src/bp-core/deprecated/2.1.php
- Timestamp:
- 02/10/2015 12:24:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/deprecated/2.1.php
r9467 r9468 144 144 if ( bp_blog_signup_enabled() ) { 145 145 echo '<li' . $alt . '>'; 146 echo '<a href="' . bp_get_root_domain() . '/' . bp_get_blogs_root_slug() . '/create/">' . __( 'Create a Site!', 'buddypress' ) . '</a>';146 echo '<a href="' . trailingslashit( bp_get_blogs_directory_permalink() . 'create' ) . '">' . __( 'Create a Site!', 'buddypress' ) . '</a>'; 147 147 echo '</li>'; 148 148 } … … 350 350 <?php if ( is_multisite() && bp_is_active( 'blogs' ) ) : ?> 351 351 352 <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>352 <li><a href="<?php bp_blogs_directory_permalink(); ?>?random-blog" rel="nofollow"><?php _e( 'Random Site', 'buddypress' ) ?></a></li> 353 353 354 354 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.