[gnome-web-www: 55/68] Remove year from the copyright notice on footer



commit ff7273d131c3db249db4cb037338a797d31c1455
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Thu Jan 12 12:08:08 2017 +0200

    Remove year from the copyright notice on footer

 theme/footer.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theme/footer.php b/theme/footer.php
index 350752e..2bef97a 100644
--- a/theme/footer.php
+++ b/theme/footer.php
@@ -42,7 +42,7 @@
         <div class="row">
             <div class="col-sm-12">
                 <div id="footnotes" class="col-sm-9">
-                    <?php esc_html_e( 'Copyright', 'grass' ); ?> © 2005‒<?php echo date('Y');?> <strong 
class="gnome_logo"><?php esc_html_e( 'The GNOME Project', 'grass' ); ?></strong><br />
+                    <strong class="gnome_logo">&copy; <?php esc_html_e( 'The GNOME Project', 'grass' ); 
?></strong><br />
                     <small>
                         <?php esc_html_e( 'Free to share and remix', 'grass' ); ?>: <a 
href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons CC-BY</a>.
                         <?php esc_html_e( 'Optimized for standards', 'grass' ); ?>.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]