Code change
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Code change’ is closed to new replies.