[gnomeweb-wp] Add WordPress credit to footer.php



commit 0a3191546073aac74d0ae02b00a6c07c8069db29
Author: Lucas Rocha <lucasr litl com>
Date:   Fri Apr 8 14:31:56 2011 +0100

    Add WordPress credit to footer.php

 wp-content/themes/gnome-grass/footer.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/footer.php b/wp-content/themes/gnome-grass/footer.php
index 16683c8..45c21d1 100644
--- a/wp-content/themes/gnome-grass/footer.php
+++ b/wp-content/themes/gnome-grass/footer.php
@@ -27,7 +27,7 @@
             <!-- footnotes -->
             <div id="footnotes" class="grid_9">
                 <?php _e( 'Copyright', 'grass' ); ?> © 2005â??<?php echo date('Y');?> <strong class="gnome_logo"><?php _e( 'The GNOME Project', 'grass' ); ?></strong><br />
-                <small><?php _e( 'Free to share and remix', 'grass' ); ?>: <a href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons CC-BY</a>. <?php _e( 'Optimised for standards', 'grass' ); ?>. <?php _e( 'Hosted by', 'grass' ); ?> <a href="http://www.canonical.com/";>Canonical</a>.</small>
+                <small><?php _e( 'Free to share and remix', 'grass' ); ?>: <a href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons CC-BY</a>. <?php _e( 'Optimised for standards', 'grass' ); ?>. <?php _e( 'Hosted by', 'grass' ); ?> <a href="http://www.canonical.com/";>Canonical</a>. <?php _e( 'Powered by', 'grass' ); ?> <a href="http://www.wordpress.org";>WordPress</a></small>
             </div>
             
             <div class="clear"></div>



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