- Timestamp:
- Nov 13, 2009, 11:03:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r360 r436 10 10 $date_format = empty( $options[4] ) ? '' : $options[4] ; 11 11 $time_format = empty( $options[5] ) ? '' : $options[5] ; 12 $selected = array_slice($options,6); // get allowed cats 12 $com_select = empty( $options[6] ) ? '0' : $options[6] ; 13 14 $selected = explode(',' , $com_select); 13 15 14 16 $mydirpath = get_xpress_dir_path();
Note: See TracChangeset
for help on using the changeset viewer.