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

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Mon Nov 1 02:17:43 CET 2010


Author: vjrj_
Date: 2010-11-01 02:17:43 +0100 (Mon, 01 Nov 2010)
New Revision: 69

Modified:
   trunk/wp-theme/mc-include.php
Log:


Modified: trunk/wp-theme/mc-include.php
===================================================================
--- trunk/wp-theme/mc-include.php	2010-11-01 01:16:30 UTC (rev 68)
+++ trunk/wp-theme/mc-include.php	2010-11-01 01:17:43 UTC (rev 69)
@@ -15,16 +15,16 @@
 if (strpos($cats, "gr") === false) { $gr = false; } else { $gr = true; }
 
 if ($np)   { $np_abbr="np";  $np_title   = __("Non-Profit", "mc"); }
-else {       $np_abbr="nnp"; $np_title   = __("For-Profit", "mc"); }
+else {       $np_abbr="fp"; $np_title   = __("For-Profit", "mc"); }
 if ($rp)   { $rp_abbr="rp";  $rp_title   = __("Reproducible", "mc"); }
-else {       $rp_abbr="nrp"; $rp_title  =  __("Exclusive", "mc"); }
+else {       $rp_abbr="ex"; $rp_title  =  __("Exclusive", "mc"); }
 if ($rcec) { $rcec_abbr="rcec";$rcec_title = __("Reinforcing the Ecology Commons", "mc"); }
 if ($rcbo) { $rcbo_abbr="rcbo";$rcbo_title = __("Reinforcing the Body/health Commons", "mc"); }
 if ($rcto) { $rcto_abbr="rcto";$rcto_title = __("Reinforcing the Town/community/society Commons", "mc"); }
 if ($rcdi) { $rcdi_abbr="rcdi";$rcdi_title = __("Reinforcing the Digital Commons", "mc"); }
-if (!$rcec && !$rcbo && !$rcto && !$rcdi) { $rc_abbr="nrc"; $rc_title  = __("Reinforcing Other Aims", "mc"); }
+if (!$rcec && !$rcbo && !$rcto && !$rcdi) { $rc_abbr="ro"; $rc_title  = __("Reinforcing Other Aims", "mc"); }
 if ($gr)   { $gr_abbr="gr"; $gr_title    = __("Grassroots", "mc"); }
-else {       $gr_abbr="ngr";$gr_title   =  __("Representative", "mc"); }; 
+else {       $gr_abbr="rs";$gr_title   =  __("Representative", "mc"); }; 
 
 $mc_title = $np_title.", ".$rp_title . ", ";
 if ($rcec) { $mc_title = $mc_title . $rcec_title.", "; }




More information about the Movecommons-commits mailing list