- Timestamp:
- 01/28/2009 03:00:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/member-themes/buddypress-member/footer.php
r888 r941 2 2 3 3 <div id="footer"> 4 <?php wp_footer(); ?> 4 <?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') ); ?> 5 </div> 5 6 6 <?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') ); ?> 7 8 <!-- Generated in <?php timer_stop(1); ?> seconds --> 9 </div> 7 <?php wp_footer(); ?> 10 8 11 9 </body>
Note: See TracChangeset
for help on using the changeset viewer.