Changeset 25831 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/17/2013 06:39:04 PM (13 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
r25811 r25831 774 774 // If we don't have enough free space, it isn't worth trying again. 775 775 // Unlikely to be hit due to the check in unzip_file(). 776 $available_space = disk_free_space( ABSPATH );776 $available_space = @disk_free_space( ABSPATH ); 777 777 if ( $available_space && $total_size >= $available_space ) { 778 778 $result = new WP_Error( 'disk_full', __( 'There is not enough free disk space to complete the update.' ) );
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)