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/footer.php

    r3459 r3503  
    88
    99            <div id="site-generator" role="contentinfo">
    10                 <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), get_bloginfo( 'name' ) ); ?></p>
     10                <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), get_bloginfo( 'name', 'display' ) ); ?></p>
    1111            </div>
    1212
Note: See TracChangeset for help on using the changeset viewer.