Changeset 680
- Timestamp:
- 11/27/2011 02:00:11 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/wp/transposh_widget.php
r674 r680 268 268 } 269 269 // add the edit checkbox only for translators for languages marked as editable 270 $ref = transposh_utils::rewrite_url_lang_param($_SERVER["REQUEST_URI"], $this->transposh->home_url, $this->transposh->enable_permalinks_rewrite, $this->transposh->target_language, !$this->transposh->edit_mode);271 270 if ($this->transposh->is_editing_permitted()) { 271 $ref = transposh_utils::rewrite_url_lang_param($_SERVER["REQUEST_URI"], $this->transposh->home_url, $this->transposh->enable_permalinks_rewrite, ($this->transposh->options->is_default_language($this->transposh->target_language) ? "" : $this->transposh->target_language), !$this->transposh->edit_mode); 272 272 echo '<input type="checkbox" name="' . EDIT_PARAM . '" value="1" ' . 273 273 ($this->transposh->edit_mode ? 'checked="checked" ' : '') .
Note: See TracChangeset
for help on using the changeset viewer.
