diff --git a/wp-content/plugins/buddypress/bp-themes/bp-default/footer.php b/wp-content/plugins/buddypress/bp-themes/bp-default/footer.php index 85ebf9ed2da391c00fb303f4fb9f87196a474413..7b21c28c341a2d0ee4bf75cc6b67ecee3b0a1453 100644 --- a/wp-content/plugins/buddypress/bp-themes/bp-default/footer.php +++ b/wp-content/plugins/buddypress/bp-themes/bp-default/footer.php @@ -13,7 +13,7 @@ <div id="site-generator" role="contentinfo"> <?php do_action( 'bp_dtheme_credits' ) ?> - <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a> and <a href="http://autistici.org"><img src="/wp-content/uploads/2010/08/autistici.org_.png" /></a>', 'buddypress' ), get_bloginfo( 'name' ) ); ?></p> + <p><?php printf( __( '%s is proudly powered by <a href="http://wordpress.org">WordPress</a> and <a href="http://buddypress.org">BuddyPress</a> and <a href="http://autistici.org">Autistici/Inventati</a>', 'buddypress' ), get_bloginfo( 'name' ) ); ?></p> </div> <?php do_action( 'bp_footer' ); ?>