Changeset 25658 for trunk/src/wp-admin/includes/update-core.php
- Timestamp:
- 10/02/2013 06:50:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update-core.php
r25649 r25658 743 743 // If we don't have enough free space, it isn't worth trying again 744 744 if ( $total_size >= disk_free_space( ABSPATH ) ) 745 $result = new WP_Error( 'disk_full', __( "There isn't enough free disk space to complete the upgrade."), $to );745 $result = new WP_Error( 'disk_full', __( 'There is not enough free disk space to complete the update.' ), $to ); 746 746 else 747 747 $result = _copy_dir( $from . $distro, $to, $skip );
Note: See TracChangeset
for help on using the changeset viewer.