minor bug in bauhaus theme
-
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.
- The topic ‘minor bug in bauhaus theme’ is closed to new replies.