Changeset 121
- Timestamp:
- 03/29/2009 09:33:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/transposh_widget.php
r118 r121 182 182 if($is_translator && strpos($editable_langs, $lang) !== FALSE) 183 183 { 184 echo "<input type=\"checkbox\" name=\"" . EDIT_PARAM . "\" value=\"1\" " .185 ($is_edit ? "checked=\" 1\"" : "") .184 echo "<input type=\"checkbox\" name=\"" . EDIT_PARAM . "\" value=\"1\" " . 185 ($is_edit ? "checked=\"checked\"" : "") . 186 186 " onclick=\"this.form.submit();\"/> Edit Translation"; 187 187 }
Note: See TracChangeset
for help on using the changeset viewer.
