-
lucha authored
- moved themes related patches to patches/themes (yet to check) - moved wp core patches to patches/core - split the mega-patch for hyperdb in the individual edits. I removed the one related to nextgen-gallery since I think it is not relevant anymore (but I might be wrong)
lucha authored- moved themes related patches to patches/themes (yet to check) - moved wp core patches to patches/core - split the mega-patch for hyperdb in the individual edits. I removed the one related to nextgen-gallery since I think it is not relevant anymore (but I might be wrong)
0068-Patch-theme-fusion.patch 1.13 KiB
From 70f5a69f94dab4a2ddb94221f8c6cedb7c939f51 Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 13:02:04 +0000
Subject: [PATCH 068/229] Patch theme fusion
---
wp-content/themes/fusion/footer.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wp-content/themes/fusion/footer.php b/wp-content/themes/fusion/footer.php
index a902e073..f1cc439c 100644
--- a/wp-content/themes/fusion/footer.php
+++ b/wp-content/themes/fusion/footer.php
@@ -38,7 +38,7 @@
<?php
printf(__('Fusion theme by %s', 'fusion'), '<a href="http://digitalnature.ro/projects/fusion">digitalnature</a>');
print ' | ';
- printf(__('powered by %s', 'fusion'), '<a href="http://wordpress.org/">WordPress</a>');
+ printf(__('powered by %s', 'fusion'), '<a href="http://autistici.org/">R*</a>');
?>
<br />
<a class="rss" href="<?php bloginfo('rss2_url'); ?>"><?php _e('Entries (RSS)','fusion'); ?></a> <?php _e('and','fusion');?> <a href="<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comments (RSS)','fusion'); ?></a> <a href="javascript:void(0);" id="toplink">^</a>
--
2.17.1