Changeset 690


Ignore:
Timestamp:
11/30/2011 10:25:31 PM (6 months ago)
Author:
ofer
Message:

Fix broken widget for direct function users

File:
1 edited

Legend:

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

    r687 r690  
    405405 */ 
    406406function transposh_widget($args = array(), $instance= array('title' => 'Translation')) { 
    407     $GLOBALS['my_transposh_plugin']->widget->transposh_widget($args, $instance); 
     407    $GLOBALS['my_transposh_plugin']->widget->widget($args, $instance); 
    408408} 
    409409 
Note: See TracChangeset for help on using the changeset viewer.