- Timestamp:
- 01/10/2015 06:12:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r30978 r31125 49 49 if ( ! extension_loaded('ssh2') ) { 50 50 $this->errors->add('no_ssh2_ext', __('The ssh2 PHP extension is not available')); 51 return false;51 return; 52 52 } 53 53 if ( !function_exists('stream_get_contents') ) { 54 54 $this->errors->add('ssh2_php_requirement', __('The ssh2 PHP extension is available, however, we require the PHP5 function <code>stream_get_contents()</code>')); 55 return false;55 return; 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.