Skip to:
Content

BuddyPress.org

Ticket #2301: 2301-2.patch

File 2301-2.patch, 1.2 KB (added by DJPaul, 16 years ago)
  • bp-themes/bp-default/footer.php

     
    77                        <?php get_sidebar( 'footer' ) ?>
    88
    99                        <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                                <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>
    1112                        </div>
    1213
    1314                        <?php do_action( 'bp_footer' ) ?>
  • bp-themes/bp-default/functions.php

     
    433433<?php
    434434}
    435435
     436
    436437// Everything beyond this point is deprecated as of BuddyPress 1.3. This will be removed in a future version.
    437438
    438439/**