Kullandığım kod:
<form method="get" id="searchform-header" action="<?php echo home_url(); ?>/">
<button class="search-button" type="submit" value="<?php if( !$is_IE ) _e( 'Arama' ) ?>"></button>
<input type="text" id="s" name="s" value="<?php _e( 'Kelime yazınız...' ) ?>" onfocus="if (this.value == '<?php _e( 'Kelime yazınız...' ) ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e( 'Kelime yazınız...' ) ?>';}" />
</form>
Aldığım hata resimde. Nasıl düzeltebilirim?