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

another two patches which did not apply cleanly

parent 4cd2cdbf
No related branches found
No related tags found
No related merge requests found
From 8d75362ea8ca2d53870ed8b35df2aaa3a30f407e Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 16:02:22 +0000
Subject: [PATCH 089/229] Patch theme veryplaintxt
---
wp-content/themes/veryplaintxt/footer.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/wp-content/themes/veryplaintxt/footer.php b/wp-content/themes/veryplaintxt/footer.php
index cff8dd52..506dc72d 100644
index cff8dd52b..506dc72d1 100644
--- a/wp-content/themes/veryplaintxt/footer.php
+++ b/wp-content/themes/veryplaintxt/footer.php
@@ -1,10 +1,9 @@
@@ -1,9 +1,9 @@
<div id="footer">
- <span id="copyright">&copy; <?php echo( date('Y') ); ?> <?php veryplaintxt_admin_hCard(); ?></span>
+ <span id="generator-link"><?php _e('Hosted by <a href="http://autistici.org/" title="Autistici/Inventati">R*</a>', 'veryplaintxt') ?></span>
......@@ -24,6 +15,3 @@ index cff8dd52..506dc72d 100644
<span class="meta-sep">&para;</span>
<span id="web-standards"><?php _e('It\'s nice', 'veryplaintxt') ?> <a href="http://validator.w3.org/check/referer" title="Valid XHTML">XHTML</a> &amp; <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&amp;warning=2&amp;uri=<?php bloginfo('stylesheet_url'); ?>" title="Valid CSS">CSS</a>.</span>
</div><!-- #footer -->
--
2.17.1
From c498aa49c00db14dc4a0a2e6b38716e0e4a77a63 Mon Sep 17 00:00:00 2001
From: root <root@rivolta.investici.org>
Date: Tue, 7 Dec 2010 16:03:06 +0000
Subject: [PATCH 090/229] Patch theme wp-andreas01
---
wp-content/themes/wp-andreas01/footer.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wp-content/themes/wp-andreas01/footer.php b/wp-content/themes/wp-andreas01/footer.php
index ec6f1bc0..54f03a92 100644
index ec6f1bc03..54f03a92f 100644
--- a/wp-content/themes/wp-andreas01/footer.php
+++ b/wp-content/themes/wp-andreas01/footer.php
@@ -1,7 +1,6 @@
@@ -1,5 +1,5 @@
<div id="footer">
-<p><span class="credits">&copy; <?php echo date('Y'); ?> <a href="<?php bloginfo('home'); ?>"><?php bloginfo('name'); ?></a> - <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://wordpress.org/">WordPress</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
+<p><a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> - <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a> - <?php wp_loginout(); ?></span><br />Powered by <a href="http://autistici.org/">R*</a> - <a href="http://andreasviklund.com/wordpress-themes/">Theme design</a> by <a href="http://andreasviklund.com/" title="Original theme design by Andreas Viklund">Andreas Viklund</a></p>
</div>
<?php do_action('wp_footer'); ?>
</div>
</body>
--
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