Changeset 48152 in spip-zone for _core_/plugins/textwheel/inc/texte.php
- Timestamp:
- May 26, 2011, 3:45:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/textwheel/inc/texte.php
r47789 r48152 40 40 $wheel = new TextWheel( 41 41 SPIPTextWheelRuleset::loader($GLOBALS['spip_wheels']['echappe_js']) 42 ); 43 44 return $wheel->text($t); 45 } 46 47 // 48 // paragagrapher seulement 49 // 50 function paragrapher($t) { 51 static $wheel = null; 52 53 if (!isset($wheel)) 54 $wheel = new TextWheel( 55 SPIPTextWheelRuleset::loader($GLOBALS['spip_wheels']['paragrapher']) 42 56 ); 43 57
Note: See TracChangeset
for help on using the changeset viewer.