Small change in line 80 (multilang support)
-
Hi
I’m using the last version of your plugin and I’m also using polylang plugin, the multi-language don’t works now in your plugin the recomendation of polylang developer is:
Edit sticky-featured-widget.php at line 80 and replace:
if(isset($instance['title'])) echo $before_title . $instance['title'] . $after_title;
by:
if(isset($instance['title'])) echo $before_title . $title . $after_title;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Small change in line 80 (multilang support)’ is closed to new replies.