Changeset 484


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

Oops ;)

File:
1 edited

Legend:

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

    r483 r484  
    3333    function transposh_3rdparty(&$transposh) { 
    3434        $this->transposh = &$transposh; 
    35         // we'll only do something if so configured to do 
    36         if ($this->transposh->options->get_enable_auto_post_translate()) { 
    37             add_action('edit_post', array(&$this, 'on_edit')); 
    38             // add_action('publish_post',array(&$this, 'on_publish')); 
    39             add_action('admin_menu', array(&$this, 'on_admin_menu')); 
    40         } 
    4135 
    4236        // supercache invalidation of pages - first lets find if supercache is here 
Note: See TracChangeset for help on using the changeset viewer.