Ticket #2136: 2136.001.diff
File 2136.001.diff, 753 bytes (added by , 15 years ago) |
---|
-
bp-themes/bp-default/footer.php
4 4 <?php do_action( 'bp_before_footer' ) ?> 5 5 6 6 <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> 8 8 9 9 <?php do_action( 'bp_footer' ) ?> 10 10 </div><!-- #footer -->