Skip to:
Content

BuddyPress.org

Ticket #2136: 2136.001.diff

File 2136.001.diff, 753 bytes (added by cnorris23, 15 years ago)
  • bp-themes/bp-default/footer.php

     
    44                <?php do_action( 'bp_before_footer' ) ?>
    55
    66                <div id="footer">
    7                 <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a>', 'buddypress' ), bloginfo('name') ); ?></p>
     7                <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>
    88
    99                        <?php do_action( 'bp_footer' ) ?>
    1010                </div><!-- #footer -->