XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 15, 2009, 4:52:57 PM (14 years ago)
Author:
toemon
Message:

開発ベースにVer2.2をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XPressMU/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php

    r451 r488  
    7171} 
    7272add_action("wp_meta" , "wp_meta_add_xpress_menu");                      // add xpress menu  in wp_meta 
    73          
    74 //Site URL check 
    75 add_filter('option_home',                       "safe_site_url_filter"); 
    76 add_filter('option_siteurl',            "safe_site_url_filter"); 
    77          
    7873 
    7974//XOOPS Bloack Cache Refresh 
     
    301296 
    302297include_once dirname( __FILE__ ).'/include/dashboard_feed.php' ; 
    303  
    304 include_once dirname( __FILE__ ).'/xpressme_widget_class.php' ; 
    305  
     298if(xpress_is_wp_version('>=','2.8')){ 
     299        include_once dirname( __FILE__ ).'/xpressme_widget_class.php' ; 
     300} 
    306301?> 
Note: See TracChangeset for help on using the changeset viewer.