Changeset 174
- Timestamp:
- Apr 11, 2009, 11:22:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/onupdate.php
r152 r174 47 47 } 48 48 49 /* activate the tag plugin */ 49 /* activate the xpressme plugin */ 50 /* When updating it, it doesn't execute it because other plug-ins are invalidly set. 50 51 $plugin_current = "xpressme/xpressme.php"; 51 52 update_option('active_plugins', array($plugin_current)); … … 53 54 do_action('activate_'.$plugin_current); 54 55 $msgs[] = 'The xpressme plug-in was activated.'; 55 56 */ 56 57 57 58 // update_option("blog_charset", wp_blog_charset());
Note: See TracChangeset
for help on using the changeset viewer.