-
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)
0083-Patch-theme-simplex.patch 1.14 KiB
From ecd1f08cc53c1bc21e53c777ee5abcc52f85f004 Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 15:43:17 +0000
Subject: [PATCH 083/229] Patch theme simplex
---
wp-content/themes/simplex/footer.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/wp-content/themes/simplex/footer.php b/wp-content/themes/simplex/footer.php
index ba20e562..48525594 100644
--- a/wp-content/themes/simplex/footer.php
+++ b/wp-content/themes/simplex/footer.php
@@ -19,6 +19,7 @@
<footer id="colophon" role="contentinfo">
<div id="site-generator">
<?php do_action( 'simplex_credits' ); ?>
+ <strong>Proudly hosted by <a href="http://www.autistici.org">R*</a></strong><br/>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'simplex' ); ?>" rel="generator"><?php printf( __( 'Powered by %s', 'simplex' ), 'WordPress' ); ?></a> & <a href="<?php echo esc_url( __( 'http://wpshoppe.com/', 'simplex' ) ); ?>" title="<?php esc_attr_e( 'Minimalist WordPress Themes', 'simplex' ); ?>" rel="generator">simpleX</a>.
</div>
--
2.17.1