Ignore:
Timestamp:
03/19/2009 01:20:41 PM (3 years ago)
Author:
amir
Message:

Fixed a bug which prevented auto translation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/parser.php

    r76 r78  
    774774function insert_translation(&$original_text, &$translated_text, $source, $start, $end) 
    775775{ 
    776         global $segment_id, $is_edit_mode, $tags_list; 
     776        global $segment_id, $is_edit_mode, $tags_list, $enable_auto_translate; 
    777777 
    778778        $is_translated = FALSE; 
Note: See TracChangeset for help on using the changeset viewer.