Changeset 93786 in spip-zone
- Timestamp:
- Dec 17, 2015, 11:23:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/foundation_6_fonctions.php
r93776 r93786 135 135 return $etoile; 136 136 } 137 138 139 if (!function_exists('balise_LIRE_CONSTANTE_dist')) { 140 /** 141 * Balise LIRE_CONSTANT pour SPIP 142 * 143 * @param mixed $p 144 * @access public 145 * @return mixed 146 */ 147 function balise_LIRE_CONSTANTE_dist($p) { 148 $constante = interprete_argument_balise(1,$p); 149 150 $p->code = "constant($constante)"; 151 152 $p->interdire_scripts = false; 153 154 return $p; 155 } 156 }
Note: See TracChangeset
for help on using the changeset viewer.