Changeset 484
- Timestamp:
- 08/06/2010 01:23:09 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/wp/transposh_3rdparty.php
r483 r484 33 33 function transposh_3rdparty(&$transposh) { 34 34 $this->transposh = &$transposh; 35 // we'll only do something if so configured to do36 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 }41 35 42 36 // supercache invalidation of pages - first lets find if supercache is here
Note: See TracChangeset
for help on using the changeset viewer.
