Search form not translated (proposed fix)

  • Resolved
    Posted in: Aegaeus WP Theme  
  • Customer
    dsent
    May 1, 2014 at 9:39 pm #1880

    search.php providing search widget is not translated properly because of hard-coded string there. Proposed fix:

    Instead of
    <input type=”text” placeholder=”Search and hit enter…” name=”s” id=”search” />

    we need:
    <input type=”text” placeholder=”<?php _e(‘Search and hit enter…’ , ‘hbthemes’); ?>” name=”s” id=”search” />

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.