[wp-trac] [WordPress Trac] #6821: ImageMagick support
WordPress Trac
noreply at wordpress.org
Thu Nov 22 14:06:36 UTC 2012
#6821: ImageMagick support
-------------------------------------+--------------------------
Reporter: matt | Owner: DH-Shredder
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 3.5
Component: Upload | Version: 2.5
Severity: normal | Resolution:
Keywords: has-patch needs-testing |
-------------------------------------+--------------------------
Changes (by macbrink):
* status: closed => reopened
* resolution: fixed =>
Comment:
The filter 'wp_image_editor_class' now only returns the chosen class name.
Plugins have no way in choosing another class if the path to the original
image, or the mime type is not given.
please change filter to
$implementation = apply_filters( 'wp_image_editor_class',
_wp_image_editor_choose( $args ), $args );
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:125>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list