Changeset 52585 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 01/17/2022 11:39:35 AM (4 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
r52199 r52585 1243 1243 // If we don't have enough free space, it isn't worth trying again. 1244 1244 // Unlikely to be hit due to the check in unzip_file(). 1245 $available_space = @disk_free_space( ABSPATH );1245 $available_space = function_exists( 'disk_free_space' ) ? @disk_free_space( ABSPATH ) : false; 1246 1246 1247 1247 if ( $available_space && $total_size >= $available_space ) {
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)