enhanced media library unexpected T_FUNCTION
-
When I try to log onto my site, instead of the normal log-in information, I get a message stating “Parse error: syntax error, unexpected T_FUNCTION in /home/www/batwingsandskeletonkeys.com/wp-content/plugins/enhanced-media-library/core/gallery.php on line 13”.
I looked at the file it mentions through my host, but admittedly my coding knowledge really is only a step or two above bare minimum and I’m not entirely sure what I’m looking at. I’d really appreciate someone taking a look for me and telling me what to fix.
The lines 12-15 in the file look like this:
12 // Jetpack Carousel compatibility
13 add_filter( ‘jp_carousel_force_enable’, function() {
14 return true;
15 });Any idea on what is wrong and how to fix it?
- The topic ‘enhanced media library unexpected T_FUNCTION’ is closed to new replies.