Changeset 137
- Timestamp:
- Mar 25, 2009, 12:46:59 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/xpress_templates_make.php
r135 r137 87 87 'sidebar_block.html' , 88 88 'widget_block.html' , 89 'enhanced_block.html' , 89 90 'index.html', 90 91 ); -
trunk/wp-config.php
r135 r137 95 95 //When adding, and changing and deleting Post & Comment, block cache is refreshed by add_action at any time. 96 96 // This Function in xpressme plugin 97 require_once( ABSPATH .'/include/xpress_block_render.php' ); 97 98 xpress_unnecessary_block_cache_delete(); 98 99 if (is_home()) xpress_block_cache_refresh(); -
trunk/wp-content/themes/xpress_default/blocks/block_style.css
r135 r137 323 323 324 324 } 325 325 326 /*********** widget block ***************/ 326 327 .xpress_widget_block { … … 331 332 332 333 } 334 335 /*********** custom block ***************/ 336 .xpress_enhanced_block { 337 338 }
Note: See TracChangeset
for help on using the changeset viewer.