Changeset 11588 for branches/2.8/wp-admin/includes/file.php
- Timestamp:
- 06/16/2009 07:39:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/file.php
r11499 r11588 446 446 return new WP_Error('http_no_file', __('Could not create Temporary file')); 447 447 448 $response = wp_remote_get($url, array('timeout' => 30));448 $response = wp_remote_get($url, array('timeout' => 60)); 449 449 450 450 if ( is_wp_error($response) ) {
Note: See TracChangeset
for help on using the changeset viewer.