XPressME Integration Kit

Trac

Changeset 174


Ignore:
Timestamp:
Apr 11, 2009, 11:22:37 AM (15 years ago)
Author:
toemon
Message:

#103 アップデートを行うと、xpressmeプラグイン以外のプラグインが無効にセットされてしまうバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/onupdate.php

    r152 r174  
    4747        } 
    4848 
    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.  
    5051        $plugin_current = "xpressme/xpressme.php"; 
    5152        update_option('active_plugins', array($plugin_current)); 
     
    5354        do_action('activate_'.$plugin_current); 
    5455        $msgs[] = 'The xpressme plug-in was activated.'; 
    55          
     56*/       
    5657         
    5758//      update_option("blog_charset", wp_blog_charset()); 
Note: See TracChangeset for help on using the changeset viewer.