XPressME Integration Kit

Trac

Changeset 18 for trunk/xoops_version.php


Ignore:
Timestamp:
Dec 7, 2008, 11:47:46 PM (15 years ago)
Author:
toemon
Message:

add-filterをwp-setting.phpのロード前に読み込むことは出来ないので、include/xpress_action_filter.phpをwp-config.phpから読み込む方法は無理でした。
wp-setting.phpを変更せずに実現するにはプラグインからの読み込みとして実現したほうがよさそうです。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xoops_version.php

    r14 r18  
    3535$modversion['author'] = "toemon (http://www.toemon.com)"; 
    3636$modversion['license'] = "GPL see LICENSE"; 
    37 $modversion['official'] = 0 ; 
     37$modversion['official'] = r18 ; 
    3838$modversion['image'] =  'module_icon.php' ; 
    3939$modversion['dirname'] = $mydirname; 
Note: See TracChangeset for help on using the changeset viewer.