From 21392f3b397f7e67d7bfde4abc0645ddcf28e715 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Tue, 1 Jan 2019 18:48:52 -0800 Subject: [PATCH] Fixes #2 footer con immagine rotta --- wp-content/plugins/buddypress/bp-themes/bp-default/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 85ebf9ed2..7b21c28c3 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' ); ?> -- GitLab