[Movecommons-commits] r80 - trunk/wp-theme

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Nov 1 13:07:12 CET 2010


Author: vjrj_
Date: 2010-11-01 13:07:12 +0100 (Mon, 01 Nov 2010)
New Revision: 80

Modified:
   trunk/wp-theme/functions.php
Log:


Modified: trunk/wp-theme/functions.php
===================================================================
--- trunk/wp-theme/functions.php	2010-11-01 12:05:08 UTC (rev 79)
+++ trunk/wp-theme/functions.php	2010-11-01 12:07:12 UTC (rev 80)
@@ -412,6 +412,6 @@
 add_action('init', 'myeffecs_load');
 
 function mc_footer() {
-  echo "<div class=\"mc-cat-disclaimer\">".__("<em><b>Note</b>: this page is only a preview of Move Commons future use, not meant for public use. Please do not use it in your website yet.</em>", "mc")."</div><div class=\"mc-cat-footer\">". __("Read more <a href=\"/slides/\">about Move Commons</a>.", "mc")."</div>";
+  echo "<div class=\"mc-cat-disclaimer\">".__("<em><b>Note</b>: this page is only a preview of Move Commons future use, not meant for public use. Please do not use it in your website yet.</em>", "mc")."</div><div class=\"mc-cat-footer\">". __("Read more <a href=\"/".qtrans_getLanguage()."/implications/\">about Move Commons</a>.", "mc")."</div>";
   //echo "<div class=\"mc-donate-link\">".__("If you find this useful, please consider <a href=\"http://movecommons.org/".qtrans_getLanguage()."/implications/\">donating to Move Commons</a>.","mc"). "</div>";
 }




More information about the Movecommons-commits mailing list