Index: bp-themes/bp-default/footer.php
===================================================================
--- bp-themes/bp-default/footer.php	(revision 3104)
+++ bp-themes/bp-default/footer.php	(working copy)
@@ -4,7 +4,7 @@
 		<?php do_action( 'bp_before_footer' ) ?>
 
 		<div id="footer">
-	    	<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>
+	    	<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>
 
 			<?php do_action( 'bp_footer' ) ?>
 		</div><!-- #footer -->
