Changeset 45854
- Timestamp:
- 08/19/2019 08:09:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45853 r45854 5637 5637 5638 5638 // Pull only the first 8kiB of the file in. 5639 $file_data = fread( $fp, 8 192);5639 $file_data = fread( $fp, 8 * KB_IN_BYTES ); 5640 5640 5641 5641 // PHP will close file handle, but we are good citizens.
Note: See TracChangeset
for help on using the changeset viewer.