Ignore:
Timestamp:
03/19/2009 03:14:56 PM (3 years ago)
Author:
amir
Message:

Original text is now encoded as base64 text to avoid encoding/decoding on the client side.

File:
1 edited

Legend:

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

    r71 r79  
    236236    { 
    237237                $options = $newoptions; 
    238                 update_option('widget_transposh', $options); 
     238                update_option(WIDGET_TRANSPOSH, $options); 
    239239        } 
    240240 
Note: See TracChangeset for help on using the changeset viewer.