Ticket #2301: 2301-1.patch
| File 2301-1.patch, 1.4 KB (added by , 16 years ago) |
|---|
-
bp-themes/bp-default/footer.php
7 7 <?php get_sidebar( 'footer' ) ?> 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', 'display' ) ); ?></p>10 <?php do_action( 'bp_dtheme_credits' ) ?> 11 11 </div> 12 12 13 13 <?php do_action( 'bp_footer' ) ?> -
bp-themes/bp-default/functions.php
433 433 <?php 434 434 } 435 435 436 /** 437 * A filterable template tag which outputs the footer credits 438 * 439 * @since 1.3 440 */ 441 function bp_dtheme_credits() { 442 ?> 443 <p><?php printf( __( 'Proudly powered by <a href="%1$s">WordPress</a>, <a href="%2$s">BuddyPress</a> and <a href="%3$s">bbPress</a>.', 'buddypress' ), 'http://wordpress.org', 'http://buddypress.org', 'http://bbpress.org/' ) ?></p> 444 <?php 445 } 446 add_action( 'bp_dtheme_credits', 'bp_dtheme_credits' ); 447 448 436 449 // Everything beyond this point is deprecated as of BuddyPress 1.3. This will be removed in a future version. 437 450 438 451 /**
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)