Skip to:
Content

BuddyPress.org

Changeset 941


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

Updated theme footers.

Location:
trunk/buddypress-theme
Files:
2 edited

Legend:

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

    r889 r941  
    88<?php wp_footer(); ?>
    99
    10     <!-- Generated in <?php timer_stop(1); ?> seconds -->
    1110</body>
    1211
  • 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.