Código PHP:
Ver original<?php $search_text = empty($_GET['s']) ? __
('[B]Search[/B]', 'themater') : get_search_query
(); ?> <div id="search" title="<?php _e('[B]Escribe y pulsa enter[/B]', 'themater'); ?>">
<form method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<input type="text" value="<?php echo $search_text; ?>"
name="s" id="s" onblur="if (this.value == '') {this.value = '<?php echo $search_text; ?>';}"
onfocus="if (this.value == '<?php echo $search_text; ?>') {this.value = '';}"
/>
</form>
</div><!-- #search -->
Lo conseguí. Muchas gracias. Fue cambiando lo resaltado en negrita.
Muchas gracias.
Un saludo!