XPressME Integration Kit

Trac

Changeset 137


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

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/xpress_templates_make.php

    r135 r137  
    8787                'sidebar_block.html' , 
    8888                'widget_block.html' , 
     89                'enhanced_block.html' , 
    8990                'index.html', 
    9091        ); 
  • 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(); 
  • trunk/wp-content/themes/xpress_default/blocks/block_style.css

    r135 r137  
    323323 
    324324} 
     325 
    325326/*********** widget block ***************/ 
    326327.xpress_widget_block { 
     
    331332 
    332333} 
     334 
     335/*********** custom block ***************/ 
     336.xpress_enhanced_block { 
     337 
     338} 
Note: See TracChangeset for help on using the changeset viewer.