Viewing 1 replies (of 1 total)
  • Plugin is unsupported, so you need to fix this yourself.

    In /wysija-newsletters/helpers/render_engine.php in line 1140, FIND:

    $value = join($value, $arguments[0]);

    REPLACE with:

    $value = join($arguments[0], $value);

    Voila!

Viewing 1 replies (of 1 total)
  • The topic ‘After Latest WP Update Issue’ is closed to new replies.