Viewing 1 replies (of 1 total)
  • Thread Starter windracer

    (@windracer)

    I got the plugin working by changing this line:

    $final_stuff = eregi_replace(':space:+', ' ', $final_stuff);

    to this:

    $final_stuff = preg_replace('/:space:+/', ' ', $final_stuff);

Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't work with PHP7’ is closed to new replies.