Changeset 38333
- Timestamp:
- 08/23/2016 02:23:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r38303 r38333 564 564 $filepath = apply_filters( 'load_image_to_edit_filesystempath', path_join( dirname( $filepath ), $data['file'] ), $attachment_id, $size ); 565 565 } 566 } elseif ( function_exists( 'fopen' ) && function_exists( 'ini_get' ) &&true == ini_get( 'allow_url_fopen' ) ) {566 } elseif ( function_exists( 'fopen' ) && true == ini_get( 'allow_url_fopen' ) ) { 567 567 /** 568 568 * Filters the image URL if not in the local filesystem.
Note: See TracChangeset
for help on using the changeset viewer.