• pik256

    (@pik256)


    Each time I upgrade plugin I have to manually correct a minor bug in bauhaus theme. There is a line containing
    echo mb_strtolower( sprintf( __( "Load more %s results", ...
    in search.php file. I use my own translation (Polish). It contains non-ascii utf8 characters and strtolower does not work properly with utf8 strings. I have to change strtolower into mb_strtolower. Otherwise search results look ugly.

    https://www.ads-software.com/plugins/wptouch/

  • The topic ‘minor bug in bauhaus theme’ is closed to new replies.