Changeset 34 for trunk/include/onupdate.php
- Timestamp:
- Dec 18, 2008, 1:20:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/onupdate.php
r1 r34 46 46 } 47 47 } 48 /* activate the tag plugin */ 49 $plugin_current = "xpressme/xpressme.php"; 50 update_option('active_plugins', array($plugin_current)); 51 include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current); 52 do_action('activate_'.$plugin_current); 53 48 54 // update_option("blog_charset", wp_blog_charset()); 49 55 $xpress_version = $module->modinfo['version'];
Note: See TracChangeset
for help on using the changeset viewer.