Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/02/2010 05:08:38 PM (15 years ago)
Author:
djpaul
Message:

Correct links and site title when BP-Default is used on hosted sites in a multisite configuration. Fixes #1972, #2061, #2653.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/header.php

    r3460 r3503  
    3939        <div id="header">
    4040
    41             <h1 id="logo" role="banner"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
     41            <h1 id="logo" role="banner"><a href="<?php echo home_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
    4242
    4343            <div id="navigation" role="navigation">
Note: See TracChangeset for help on using the changeset viewer.