Title: Quick patch for WordPress version 3.5.x
Last modified: August 20, 2016

---

# Quick patch for WordPress version 3.5.x

 *  Resolved [redrocksrover2](https://wordpress.org/support/users/redrocksrover2/)
 * (@redrocksrover2)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/quick-patch-for-wordpress-version-35x/)
 * For those interested, there is a quick patch you can make to this plugin to restore
   functionality under WordPress 3.5.x due to the recent changes to the core WordPress
   WP_Image_Editor class.
 * At approximately line 763 in imagemagick-engine.php, change the following line
   from:
    `if (!gd_edit_image_support($post->post_mime_type))`
 * To:
    `if (!wp_image_editor_supports(array('mime_type' => $post->post_mime_type)))`
 * Save the file, replace it in your plugin folder, and you should be good to go.
 * [http://wordpress.org/extend/plugins/imagemagick-engine/](http://wordpress.org/extend/plugins/imagemagick-engine/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [redrocksrover2](https://wordpress.org/support/users/redrocksrover2/)
 * (@redrocksrover2)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/quick-patch-for-wordpress-version-35x/#post-3453162)
 * Correction: edit line 764.

Viewing 1 replies (of 1 total)

The topic ‘Quick patch for WordPress version 3.5.x’ is closed to new replies.

 * ![](https://ps.w.org/imagemagick-engine/assets/icon-256x256.jpg?rev=2244640)
 * [ImageMagick Engine](https://wordpress.org/plugins/imagemagick-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/imagemagick-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/imagemagick-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/imagemagick-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/imagemagick-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/imagemagick-engine/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [redrocksrover2](https://wordpress.org/support/users/redrocksrover2/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/quick-patch-for-wordpress-version-35x/#post-3453162)
 * Status: resolved