查找内容:
指定编码:
GB2312
UTF-8
BIG5
EUC-KR
EUC-JP
SHIFT-JIS
WINDOWS-874
ISO-8859-1
<?php /** * The template for displaying search forms in Adventurous * * @package Catch Themes * @subpackage Adventurous * @since Adventurous 1.0 */ // get the data value from theme options global $adventurous_options_settings; $options = $adventurous_options_settings; $adventurous_search_text = $options[ 'search_display_text' ]; ?> <form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search"> <label for="s" class="assistive-text"><?php _e( 'Search', 'adventurous' ); ?></label> <input type="text" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php printf( __( '%s', 'adventurous' ) , $adventurous_search_text ); ?>" /> <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'adventurous' ); ?>" /> </form>
文件修改时间
以二进制形式保存文件(建议使用)