all the calls of htmlentities need to be set "UTF-8" compatible, for example
change htmlentities($options['before_prev_link'])
to htmlentities($options['before_prev_link'], ENT_COMPAT, "UTF-8")
all the calls of htmlentities need to be set "UTF-8" compatible, for example
change htmlentities($options['before_prev_link'])
to htmlentities($options['before_prev_link'], ENT_COMPAT, "UTF-8")
Thanks! I'll update the plugin shortly.
This topic has been closed to new replies.