Changeset 3503 for trunk/bp-themes/bp-default/footer.php
- Timestamp:
- 12/02/2010 05:08:38 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/footer.php
r3459 r3503 8 8 9 9 <div id="site-generator" role="contentinfo"> 10 <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>10 <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', 'display' ) ); ?></p> 11 11 </div> 12 12
Note: See TracChangeset
for help on using the changeset viewer.