Changeset 504 for trunk/WordPress/plugin/transposh/core/constants.php
- Timestamp:
- 08/12/2010 03:20:49 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/core/constants.php
r500 r504 18 18 define('EDIT_PARAM', 'edit'); 19 19 20 //Enable apc usage 21 define('ENABLE_APC', TRUE); 20 //Enable in memory cache usage, APC, xcache 21 define('TP_ENABLE_CACHE', TRUE); 22 //What is the cache items TTL 23 define('TP_CACHE_TTL', 3600); 22 24 23 25 //Class marking a section not be translated.
Note: See TracChangeset
for help on using the changeset viewer.
