Changeset 533 for trunk/WordPress/plugin/transposh/transposh.php
- Timestamp:
- 09/02/2010 12:38:57 AM (21 months ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/transposh.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/transposh.php
r529 r533 134 134 add_action('comment_post', array(&$this, 'add_comment_meta_settings'), 1); 135 135 // comment_moderation_text - future filter TODO 136 137 136 // full post wrapping (should happen late) 138 137 add_filter('the_content', array(&$this, 'post_content_wrap'), 9999); … … 217 216 logger('Translation completed in ' . ($end_time - $start_time) . ' seconds', 1); 218 217 } 219 218 220 219 return $buffer; 221 220 } … … 433 432 434 433 // attempt to remove old files 435 @unlink($this->transposh_plugin_dir.'widgets/tpw_default.php');436 @unlink($this->transposh_plugin_dir.'core/globals.php');434 @unlink($this->transposh_plugin_dir . 'widgets/tpw_default.php'); 435 @unlink($this->transposh_plugin_dir . 'core/globals.php'); 437 436 438 437 logger("plugin_activate exit: " . dirname(__FILE__)); … … 619 618 $use_params = FALSE; 620 619 logger("got: $href", 5); 620 // fix what might be messed up 621 $href = str_replace(array(TP_GTXT_BRK, TP_GTXT_IBRK, TP_GTXT_BRK_CLOSER, TP_GTXT_IBRK_CLOSER), '', $href); 621 622 622 623 // Ignore urls not from this site
Note: See TracChangeset
for help on using the changeset viewer.
