XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 23, 2011, 3:03:57 PM (13 years ago)
Author:
toemon
Message:

ConfigFromXoopsクラスを廃止し、modInfoクラスを使用するように変更
WP2.2以下で使用するテンプレートold_templateの廃止

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Ver3.0/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme_widget_class.php

    r670 r757  
    2121        */ 
    2222        function widget($args, $instance){ 
    23                 global $xpress_config,$xoops_config; 
     23                global $xpress_config,$modInfo; 
    2424                global $current_user; 
    2525 
     
    129129        */ 
    130130        function form($instance){ 
    131                 global $xpress_config,$xoops_config; 
     131                global $xpress_config,$modInfo; 
    132132                 
    133133                if (xpress_is_wp_version('<','2.1') ){ 
Note: See TracChangeset for help on using the changeset viewer.