XPressME Integration Kit

Trac

Changeset 137 for trunk/wp-config.php


Ignore:
Timestamp:
Mar 25, 2009, 12:46:59 AM (15 years ago)
Author:
toemon
Message:

r135 の変更でキャッシュがうまく作れなくなっていたバグを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config.php

    r135 r137  
    9595        //When adding, and changing and deleting Post & Comment, block cache is refreshed by add_action at any time.  
    9696        // This Function in xpressme plugin 
     97        require_once( ABSPATH .'/include/xpress_block_render.php' );     
    9798        xpress_unnecessary_block_cache_delete(); 
    9899        if (is_home()) xpress_block_cache_refresh(); 
Note: See TracChangeset for help on using the changeset viewer.