Changeset 107
- Timestamp:
- 03/26/2009 11:38:02 PM (3 years ago)
- Location:
- trunk/WordPress/plugin/transposh
- Files:
-
- 3 edited
-
parser.php (modified) (1 diff)
-
transposh.php (modified) (2 diffs)
-
transposh_widget.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/parser.php
r103 r107 488 488 $current_tag = end($tags_list); 489 489 490 if($is_in_body || $current_tag == 'title') 490 if($current_tag == 'title') 491 { 492 $rc = TRUE; 493 } 494 else if($is_in_body && $current_tag != 'style' && $current_tag != 'script') 491 495 { 492 496 $rc = TRUE; -
trunk/WordPress/plugin/transposh/transposh.php
r106 r107 152 152 if($is_edit) 153 153 { 154 $params = EDIT_PARAM . '=1& ';154 $params = EDIT_PARAM . '=1&'; 155 155 156 156 } … … 158 158 if($use_params_only) 159 159 { 160 $params .= LANG_PARAM . "=$lang& ";160 $params .= LANG_PARAM . "=$lang&"; 161 161 } 162 162 else -
trunk/WordPress/plugin/transposh/transposh_widget.php
r105 r107 167 167 { 168 168 echo "<input type=\"checkbox\" name=\"" . EDIT_PARAM . "\" value=\"1\"" . 169 ($is_edit ? "checked=\"1\"" : " 0") .170 " \" onClick=\"this.form.submit();\"/> Edit Translation";169 ($is_edit ? "checked=\"1\"" : "") . 170 " onclick=\"this.form.submit();\"/> Edit Translation"; 171 171 } 172 172
Note: See TracChangeset
for help on using the changeset viewer.
