diff --git a/patches/themes/0089-Patch-theme-veryplaintxt.patch b/patches/themes/0089-Patch-theme-veryplaintxt.patch index ab28949ae3fabffe5f4955f6cbf3f3ae19a814ab..6b86926dab683147ac9122e9db8420abcf08e271 100644 --- a/patches/themes/0089-Patch-theme-veryplaintxt.patch +++ b/patches/themes/0089-Patch-theme-veryplaintxt.patch @@ -1,17 +1,8 @@ -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">© <?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">¶</span> <span id="web-standards"><?php _e('It\'s nice', 'veryplaintxt') ?> <a href="http://validator.w3.org/check/referer" title="Valid XHTML">XHTML</a> & <a href="http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=<?php bloginfo('stylesheet_url'); ?>" title="Valid CSS">CSS</a>.</span> </div><!-- #footer --> --- -2.17.1 - diff --git a/patches/themes/0090-Patch-theme-wp-andreas01.patch b/patches/themes/0090-Patch-theme-wp-andreas01.patch index 6df2782f97cdc6301076c0f604e77ba8d3d00701..8426e31cf73e35ae214edaf6b9f8bf093ae33467 100644 --- a/patches/themes/0090-Patch-theme-wp-andreas01.patch +++ b/patches/themes/0090-Patch-theme-wp-andreas01.patch @@ -1,24 +1,11 @@ -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">© <?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 -