Changeset 135 for trunk/wp-config.php
- Timestamp:
- Mar 23, 2009, 9:39:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config.php
r133 r135 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 if (!is_block_cache_normal()) block_cache_refresh(); 97 xpress_unnecessary_block_cache_delete(); 98 if (is_home()) xpress_block_cache_refresh(); 98 99 exit(); // The return to wp-blog-header.php is stolen here 99 100 }
Note: See TracChangeset
for help on using the changeset viewer.