Changeset 36970 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 03/12/2016 12:38:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r36429 r36970 29 29 30 30 if ( ! file_exists( $src_file ) ) { 31 // If the file doesn't exist, attempt a urlfopen on the src link.31 // If the file doesn't exist, attempt a URL fopen on the src link. 32 32 // This can occur with certain file replication plugins. 33 33 $src = _load_image_to_edit_path( $src, 'full' );
Note: See TracChangeset
for help on using the changeset viewer.