Changeset 6975 for trunk/bp-blogs/bp-blogs-actions.php
- Timestamp:
- 05/01/2013 04:10:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-actions.php
r6342 r6975 27 27 if ( is_multisite() ) { 28 28 $blog = bp_blogs_get_random_blogs( 1, 1 ); 29 bp_core_redirect( get_ site_url( $blog['blogs'][0]->blog_id ) );29 bp_core_redirect( get_home_url( $blog['blogs'][0]->blog_id ) ); 30 30 31 31 // No multisite and still called, always redirect to root
Note: See TracChangeset
for help on using the changeset viewer.