Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/06/2010 09:24:41 PM (17 years ago)
Author:
apeatling
Message:

Change multiblog naming convention to multisite to avoid future confusion.

File:
1 edited

Legend:

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

    r2209 r2274  
    55
    66                <div id="footer">
    7                         <?php if ( bp_core_is_multiblog_install() ) : ?>
     7                        <?php if ( bp_core_is_multisite() ) : ?>
    88                        <p><?php printf( __( '%s is proudly powered by <a href="http://mu.wordpress.org">WordPress MU</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), bloginfo('name') ); ?></p>
    99                        <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.