Changeset 48408 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 07/08/2020 01:13:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r48386 r48408 461 461 } 462 462 463 // If the file doesn't exist, attempt a URL fopen on the src link. 464 // This can occur with certain file replication plugins. 465 // Keep the original file path to get a modified name later. 463 /* 464 * If the file doesn't exist, attempt a URL fopen on the src link. 465 * This can occur with certain file replication plugins. 466 * Keep the original file path to get a modified name later. 467 */ 466 468 $image_file_to_edit = $image_file; 467 469 if ( ! file_exists( $image_file_to_edit ) ) {
Note: See TracChangeset
for help on using the changeset viewer.