Changeset 49 for trunk/wp-content/plugins/xpressme/include
- Timestamp:
- Dec 27, 2008, 12:29:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/include/custom_functions.php
r46 r49 203 203 require_once $block_theme_file; 204 204 $block_render = $call_theme_function_name($options); //The block name and the called function name should be assumed to be the same name. 205 xpress_block_cache_write($mydirname,$cache_title. $blockID, $block_render); 205 $xml['block'] = $block_render; 206 xpress_block_cache_write($mydirname,$cache_title. $blockID, $xml); 206 207 } 207 208 }
Note: See TracChangeset
for help on using the changeset viewer.