Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/28/2009 03:00:39 AM (16 years ago)
Author:
apeatling
Message:

Updated theme footers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/footer.php

    r888 r941  
    22
    33<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>
    56
    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(); ?>
    108
    119</body>
Note: See TracChangeset for help on using the changeset viewer.