Skip to:
Content

BuddyPress.org

Changeset 3506


Ignore:
Timestamp:
12/02/2010 09:05:35 PM (16 years ago)
Author:
djpaul
Message:

Add do_action call to footer credits. Fixes #2301.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/footer.php

    r3503 r3506  
    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
Note: See TracChangeset for help on using the changeset viewer.