Ticket #3704: filter_buddypress_credit.patch
File filter_buddypress_credit.patch, 868 bytes (added by , 13 years ago) |
---|
-
bp-themes/bp-default/footer.php
12 12 13 13 <div id="site-generator" role="contentinfo"> 14 14 <?php do_action( 'bp_dtheme_credits' ) ?> 15 <p><?php printf( __( 'Proudly powered by <a href="%1$s">WordPress</a> and <a href="%2$s">BuddyPress</a>.', 'buddypress' ), 'http://wordpress.org', 'http://buddypress.org') ?></p>15 <p><?php echo apply_filters( 'bp_footer_credit', sprintf( __( 'Proudly powered by <a href="%1$s">WordPress</a> and <a href="%2$s">BuddyPress</a>.', 'buddypress' ), 'http://wordpress.org', 'http://buddypress.org' ) ) ?></p> 16 16 </div> 17 17 18 18 <?php do_action( 'bp_footer' ) ?> … … 24 24 25 25 </body> 26 26 27 </html> 28 No newline at end of file 27 </html>