Changeset 53217 in spip-zone
- Timestamp:
- Oct 10, 2011, 3:32:08 PM (8 years ago)
- Location:
- _core_/plugins/textwheel
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/textwheel/inc/memoization-mini.php
r48813 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 2 4 3 5 # memoization minimale (preferer le plugin memoization) -
_core_/plugins/textwheel/inc/yaml-mini.php
r41208 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 2 4 3 5 # yaml_decode -
_core_/plugins/textwheel/wheels/spip/spip-listes.php
r49481 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 4 2 5 # not usefull as this file is include by the engine itself 3 6 # require_once 'engine/textwheel.php'; -
_core_/plugins/textwheel/wheels/spip/spip-paragrapher.php
r48566 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 2 4 3 5 /** -
_core_/plugins/textwheel/wheels/spip/spip-tableaux.php
r41198 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 4 2 5 include_spip('inc/texte'); 3 6 -
_core_/plugins/textwheel/wheels/spip/spip.php
r49147 r53217 1 1 <?php 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 4 2 5 include_spip('inc/texte'); 3 6
Note: See TracChangeset
for help on using the changeset viewer.