Skip to content
Snippets Groups Projects
Commit 0c86701a authored by lucha's avatar lucha
Browse files

removed patches that were not applied

parent 1e7f3ba2
No related branches found
No related tags found
No related merge requests found
From 7b2babd9ea124fb19b832574e90c39c1b1cc5eef Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Tue, 1 Jan 2019 18:48:52 -0800
Subject: [PATCH 216/229] 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 85ebf9ed..7b21c28c 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' ); ?>
--
2.17.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment