Changeset 32420
- Timestamp:
- 05/06/2015 09:50:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-admin/includes/upgrade.php
r32388 r32420 1361 1361 } 1362 1362 1363 if ( 'byte' !== $content_length['type'] ) {1363 if ( 'byte' !== $content_length['type'] || 0 === $content_length['length'] ) { 1364 1364 // Sites with malformed DB schemas are on their own. 1365 1365 return;
Note: See TracChangeset
for help on using the changeset viewer.