Changeset 630
- Timestamp:
- 05/29/2011 01:37:56 AM (12 months ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/transposh.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/transposh.php
r628 r630 1121 1121 } 1122 1122 1123 if (isset($atts['mylang'])) { 1124 if (isset($atts['lang']) && stripos($atts['lang'], $this->target_language) === false) { 1125 return; 1126 } 1127 return $this->target_language; 1128 } 1129 1123 1130 if (isset($atts['lang'])) { 1124 1131 $lang = ' lang="' . $atts['lang'] . '"';
Note: See TracChangeset
for help on using the changeset viewer.
