Make WordPress Core


Ignore:
Timestamp:
08/31/2016 04:30:48 PM (7 years ago)
Author:
wonderboymusic
Message:

Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.

See #36335.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r38459 r38470  
    29142914 */
    29152915function _wp_image_editor_choose( $args = array() ) {
     2916    require_once ABSPATH . WPINC . '/class-wp-image-editor.php';
     2917    require_once ABSPATH . WPINC . '/class-wp-image-editor-gd.php';
     2918    require_once ABSPATH . WPINC . '/class-wp-image-editor-imagick.php';
    29162919    /**
    29172920     * Filters the list of image editing library classes.
Note: See TracChangeset for help on using the changeset viewer.