Changeset 38399 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/27/2016 09:15:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r38309 r38399 2910 2910 */ 2911 2911 function _wp_image_editor_choose( $args = array() ) { 2912 require_once ABSPATH . WPINC . '/class-wp-image-editor.php';2913 require_once ABSPATH . WPINC . '/class-wp-image-editor-gd.php';2914 require_once ABSPATH . WPINC . '/class-wp-image-editor-imagick.php';2915 2916 2912 /** 2917 2913 * Filters the list of image editing library classes.
Note: See TracChangeset
for help on using the changeset viewer.