Changeset 68 for trunk/WordPress/plugin/transposh/constants.php
- Timestamp:
- 03/17/2009 09:07:25 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/constants.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/constants.php
r54 r68 61 61 define("TRANLSLATOR", 'translator'); 62 62 63 //Option defining whether anonymous translation is allowed. 63 //Option defining whether anonymous translation is allowed. 64 64 define("ANONYMOUS_TRANSLATION", "transposh_allow_anonymous_translation"); 65 65 … … 73 73 define("DEFAULT_LANG", "transposh_default_language"); 74 74 75 //Define segment id prefix, will be included in span tag. 75 //Option defining transposh widget appearance 76 define("WIDGET_TRANSPOSH", "transposh_widget"); 77 78 //Define segment id prefix, will be included in span tag. also used as class identifier 76 79 define("SPAN_PREFIX", "tr_"); 77 80 … … 79 82 define("IMG_PREFIX", "tr_img_"); 80 83 81 //Option defining transposh widget appearance82 define("WIDGET_TRANSPOSH", "widget_transposh");83 84 84 //Option to enable/disable rewrite of permalinks 85 85 define("ENABLE_PERMALINKS_REWRITE", "transposh_enable_permalinks"); 86 87 86 ?>
Note: See TracChangeset
for help on using the changeset viewer.
