XPressME Integration Kit

Trac

Changeset 172 for trunk/wp-config.php


Ignore:
Timestamp:
Apr 10, 2009, 2:40:40 AM (15 years ago)
Author:
toemon
Message:

Bump Ver0.31 #102 モジュールを複製使用したときinclude\xpress_block_render.phpないの関数群でCannot redeclareが発生するバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r171 r172  
    101101        // This Function in xpressme plugin 
    102102        require_once( ABSPATH .'/include/xpress_block_render.php' );     
    103         xpress_unnecessary_block_cache_delete(); 
    104         if (is_home()) xpress_block_cache_refresh(); 
     103        xpress_unnecessary_block_cache_delete($xoops_config->module_name); 
     104        if (is_home()) xpress_block_cache_refresh($xoops_config->module_name); 
    105105        exit();         // The return to wp-blog-header.php is stolen here 
    106106} 
Note: See TracChangeset for help on using the changeset viewer.