- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php
r47198 r47219 203 203 204 204 $bytes_written = fwrite( $temphandle, $contents ); 205 if ( false === $bytes_written || $bytes_written != strlen( $contents )) {205 if ( false === $bytes_written || strlen( $contents ) != $bytes_written ) { 206 206 fclose( $temphandle ); 207 207 unlink( $temp );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)