Changeset 49 for trunk/wp-content
- Timestamp:
- Dec 27, 2008, 12:29:06 PM (16 years ago)
- Location:
- trunk/wp-content
- Files:
-
- 2 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 } -
trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r46 r49 94 94 $item_no++; 95 95 } 96 $block['data_count'] = $item_no; //xml unserialise error 96 97 } 97 98 }
Note: See TracChangeset
for help on using the changeset viewer.