Changeset 38470 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/31/2016 04:30:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r38459 r38470 2914 2914 */ 2915 2915 function _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'; 2916 2919 /** 2917 2920 * Filters the list of image editing library classes.
Note: See TracChangeset
for help on using the changeset viewer.