- Timestamp:
- 11/30/2011 11:32:23 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/widgets/default/tpw_default.php
r687 r691 40 40 41 41 echo '<select name="lang" id="lang" onchange="document.location.href=this.options[this.selectedIndex].value;">'; // this is a select box which posts on change 42 /* TRANSLATORS: this is what appears in the select box in the default subwidget */43 echo '<option value="none">[' . __('Language', TRANSPOSH_TEXT_DOMAIN) . ']</option>';44 42 foreach ($args as $langrecord) { 45 43 $is_selected = $langrecord['active'] ? " selected=\"selected\"" : "";
Note: See TracChangeset
for help on using the changeset viewer.
