Changeset 9164
- Timestamp:
- 10/14/2008 04:36:43 PM (15 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r9142 r9164 442 442 return new WP_Error('http_404', trim($response['response']['message'])); 443 443 } 444 var_dump($response); 444 445 fwrite($handle, $response['body']); 445 446 fclose($handle); -
trunk/wp-admin/includes/update-core.php
r9128 r9164 176 176 global $wp_filesystem, $_old_files; 177 177 178 @set_time_limit( 300 ); 179 178 180 // Sanity check the unzipped distribution 179 181 apply_filters('update_feedback', __('Verifying the unpacked files')); -
trunk/wp-admin/includes/update.php
r9119 r9164 324 324 global $wp_filesystem; 325 325 326 @set_time_limit( 300 ); 327 326 328 if ( !empty($feedback) ) 327 329 add_filter('update_feedback', $feedback);
Note: See TracChangeset
for help on using the changeset viewer.