buddypress/bp-themes/bphome/footer.php

12 lines
No EOL
291 B
PHP

<div class="clear"></div>
<div id="footer">
<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>
</div>
<?php wp_footer(); ?>
</body>
</html>