Fatal Syntax Error in Plugin
-
The error is in this file:
crelly-slider/wordpress.admin.php
On line 315:
‘language’ => explode(‘_’, get_locale())[0],I changed it to:
‘language’ => explode(‘_’, get_locale()),And now the plugin works – you might want to provide another update.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fatal Syntax Error in Plugin’ is closed to new replies.