Changeset 485


Ignore:
Timestamp:
08/06/2010 03:34:09 AM (18 months ago)
Author:
ofer
Message:

Fixed an issue with mass translation when url had non-latin chars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/wp/transposh_postpublish.php

    r483 r485  
    110110                if (!$part || is_numeric($part)) continue; 
    111111                $part = str_replace('-', ' ', $part); 
    112                 $phrases[] = $part; 
     112                $phrases[] = urldecode($part); 
    113113            } 
    114114        } 
Note: See TracChangeset for help on using the changeset viewer.