XPressME Integration Kit

Trac


Ignore:
Timestamp:
Feb 1, 2009, 12:20:33 AM (15 years ago)
Author:
toemon
Message:

オーバライドを有効にする条件が複雑なので、include/pluggable-override.phpがわで対応させることにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/xpressme.php

    r78 r83  
    1717 
    1818$XPressME = new XPressME_Class(); 
    19 if (is_xpress_index_page_call()){ 
    20         require_once dirname( __FILE__ ).'/include/pluggable-override.php' ; 
    21 } 
     19 
     20require_once dirname( __FILE__ ).'/include/pluggable-override.php' ; 
     21 
    2222add_action('admin_menu', array(&$XPressME, 'add_option_page')); 
    2323add_action('admin_head', array(&$XPressME, 'add_admin_head')); 
Note: See TracChangeset for help on using the changeset viewer.