XPressME Integration Kit

Trac


Ignore:
Timestamp:
May 7, 2009, 7:14:16 PM (15 years ago)
Author:
toemon
Message:

ページブロックのオプション$exclude_treeを数値から文字列に変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/blocks/page_block_theme.php

    r127 r205  
    88        $sort_order = empty( $options[3] ) ? 'asc' : $options[3] ; 
    99        $exclude = empty( $options[4] ) ? '' : $options[4] ; 
    10         $exclude_tree = !is_numeric( $options[5] ) ? 0 : $options[5] ; 
     10        $exclude_tree = empty( $options[5] ) ? '' : $options[5] ; 
    1111        $includes = empty( $options[6] ) ? '' : $options[6] ; 
    1212        $depth  = !is_numeric( $options[7] ) ? 0 : $options[7] ; 
Note: See TracChangeset for help on using the changeset viewer.