PHP Warnings
-
I was getting a bunch of warnings after installing this plugin. My solution was to change line 746 of wp-smartcrop.php to this:
$atts = isset($tag[‘img_tag’]) ? $tag[‘img_tag’][‘attributes’] : $tag[‘attributes’];
Can this be added to the next version?
- The topic ‘PHP Warnings’ is closed to new replies.