• Resolved studiojbcc

    (@jorisbudel)


    My security plugin says a file has changed within loco translate (wp-content/plugins/loco-translate/src/mvc/View.php) and gives a warning.

    Can you confirm this change was done by Loco translate?

    return $this->scope->offsetExists($prop);
    to
    return array_key_exists($prop,$this->scope);

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tim W

    (@timwhitlock)

    Yes, it was me.

    I didn’t know that security plugins had this feature. It was a very rare instance of me patching an already-published stable version. I made an exception because my inbox was filling up with reports of a PHP 7.4 incompatibility and it would be some time before the release of the next version.

    Thread Starter studiojbcc

    (@jorisbudel)

    Thanks Tim!

    yep, same here – WordFence finds that view.php belongs to an ‘old’ “Loco Translate” version “2.4.0

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Code change’ is closed to new replies.