Changeset 25800 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/15/2013 10:06:08 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25798 r25800 726 726 727 727 if ( $files_not_writable ) 728 return new WP_Error( 'files_not_writable', __( 'Could not copy file.' ), $ data );728 return new WP_Error( 'files_not_writable', __( 'Could not copy file.' ), $error_data ); 729 729 } 730 730 }
Note: See TracChangeset
for help on using the changeset viewer.