Skip to:
Content

BuddyPress.org

Ticket #4852: 4852.01.patch

File 4852.01.patch, 451 bytes (added by wolfhoundjesse, 11 years ago)
  • bp-blogs-functions.php

     
    237237
    238238        $name = get_blog_option( $blog_id, 'blogname' );
    239239
     240        // If blog does not have a name, use the URL instead
    240241        if ( empty( $name ) ) {
    241                 return false;
     242                $name = get_home_url( $blog_id );
    242243        }
    243244
    244245        $url             = get_home_url( $blog_id );