XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 19, 2009, 6:14:15 PM (15 years ago)
Author:
toemon
Message:

ブロックオプションのうち$this_templateをポストしていなかったため、オプション変更時にデータずれが発生するバグを修正

File:
1 edited

Legend:

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

    r119 r121  
    55        $mydirname = empty( $options[0] ) ? 'xpress' : $options[0] ; 
    66        $this_template = empty( $options[1] ) ? 'db:'.$mydirname.'_block_search.html' : trim( $options[1] ); 
    7         $input_length = empty( $options[2] ) ? '18' : $options[1] ; 
     7        $input_length = empty( $options[2] ) ? '18' : $options[2] ; 
    88        $mydirpath = get_xpress_dir_path(); 
    99 
Note: See TracChangeset for help on using the changeset viewer.