Changeset 53380
- Timestamp:
- 05/10/2022 04:10:46 PM (2 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/functions.php
r53317 r53380 3504 3504 } 3505 3505 3506 $size = (int) @filesize( $path );3506 $size = file_exists( $path ) ? (int) filesize( $path ) : 0; 3507 3507 3508 3508 /**
Note: See TracChangeset
for help on using the changeset viewer.