Skip to content
Snippets Groups Projects
0089-Patch-theme-veryplaintxt.patch 2.12 KiB
Newer Older
  • Learn to ignore specific revisions
  • diff --git a/wp-content/themes/veryplaintxt/footer.php b/wp-content/themes/veryplaintxt/footer.php
    
    index cff8dd52b..506dc72d1 100644
    
    --- a/wp-content/themes/veryplaintxt/footer.php
    +++ b/wp-content/themes/veryplaintxt/footer.php
    
    @@ -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>
     		<span class="meta-sep">&para;</span>
    -		<span id="generator-link"><?php _e('Thanks, <a href="http://wordpress.org/" title="WordPress">WordPress</a>.', 'veryplaintxt') ?></span>
    +		<span id="generator-link"><?php _e('Thx <a href="http://wordpress.org/" title="WordPress">WordPress</a>', 'veryplaintxt') ?></span>
     		<span class="meta-sep">&para;</span>
    -		<span id="theme-link"><a href="http://www.plaintxt.org/themes/veryplaintxt/" title="veryplaintxt theme for WordPress" rel="follow designer">veryplaintxt</a> <?php _e('theme by', 'veryplaintxt') ?> <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="follow designer"><span class="given-name">Scott</span><span class="additional-name"> Allan</span><span class="family-name"> Wallick</span></a></span>.</span>
    +		<span id="theme-link"><a href="http://www.plaintxt.org/themes/veryplaintxt/" title="veryplaintxt theme for WordPress" rel="follow designer">veryplaintxt</a> <?php _e('by', 'veryplaintxt') ?> <span class="vcard"><a class="url fn n" href="http://scottwallick.com/" title="scottwallick.com" rel="follow designer"><span class="given-name">Scott</span><span class="additional-name"> Allan</span><span class="family-name"> Wallick</span></a></span>.</span>
     		<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 -->