Changeset 205 for trunk/wp-content
- Timestamp:
- May 7, 2009, 7:14:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/page_block_theme.php
r127 r205 8 8 $sort_order = empty( $options[3] ) ? 'asc' : $options[3] ; 9 9 $exclude = empty( $options[4] ) ? '' : $options[4] ; 10 $exclude_tree = !is_numeric( $options[5] ) ? 0: $options[5] ;10 $exclude_tree = empty( $options[5] ) ? '' : $options[5] ; 11 11 $includes = empty( $options[6] ) ? '' : $options[6] ; 12 12 $depth = !is_numeric( $options[7] ) ? 0 : $options[7] ;
Note: See TracChangeset
for help on using the changeset viewer.