Forums
(@modernwebstudios)
7 years, 9 months ago
to fix this PHP 7.1 issue edit file wp-editor/classes/WPEditor.php change line 324 $data = ”; to $data = array();
7 years, 10 months ago
thank you Jacob I will try