Changeset 179 for trunk/include/onupdate.php
- Timestamp:
- Apr 17, 2009, 10:51:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/onupdate.php
r174 r179 48 48 49 49 /* activate the xpressme plugin */ 50 /* When updating it, it doesn't execute it because other plug-ins are invalidly set. 51 $plugin_current = "xpressme/xpressme.php"; 52 update_option('active_plugins', array($plugin_current)); 53 include_once(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current); 54 do_action('activate_'.$plugin_current); 55 $msgs[] = 'The xpressme plug-in was activated.'; 56 */ 50 require_once dirname( __FILE__ ).'/xpress_active_plugin.php'; 51 if (xpress_pulugin_activation('xpressme/xpressme.php')){ 52 $msgs[] = 'The xpressme plug-in was activated.'; 53 } 57 54 58 55 // update_option("blog_charset", wp_blog_charset());
Note: See TracChangeset
for help on using the changeset viewer.