mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 08:17:27 +08:00
Change esc_html_e to esc_attr_e in searchform.php
This commit is contained in:
parent
d4b379b0d7
commit
fadc626384
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<form method="get" class="searchform themeform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
<div>
|
||||
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_html_e('To search type and hit enter','blogrow'); ?>';" onfocus="if(this.value=='<?php esc_html_e('To search type and hit enter','blogrow'); ?>')this.value='';" value="<?php esc_html_e('To search type and hit enter','blogrow'); ?>" />
|
||||
<input type="text" class="search" name="s" onblur="if(this.value=='')this.value='<?php esc_attr_e('To search type and hit enter','blogrow'); ?>';" onfocus="if(this.value=='<?php esc_attr_e('To search type and hit enter','blogrow'); ?>')this.value='';" value="<?php esc_attr_e('To search type and hit enter','blogrow'); ?>" />
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue