- Timestamp:
- 01/10/2015 06:12:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r30978 r31125 27 27 if ( ! extension_loaded('ftp') ) { 28 28 $this->errors->add('no_ftp_ext', __('The ftp PHP extension is not available')); 29 return false;29 return; 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.