Fix for broken images
-
I noticed that in a specific case an problem can occur that images in the media library will give an error after a upload. This is because of an error in adaptive-images-script.php line 86.
Replace
} else {with
} else if ( isset( $_COOKIE[‘resolution’] ) ) {and the problem is fixed.
- The topic ‘Fix for broken images’ is closed to new replies.