- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r28491 r29206 86 86 87 87 if ( empty ($opt['password']) ) { 88 if ( !$this->keys ) //password can be blank if we are using keys 88 // Password can be blank if we are using keys. 89 if ( !$this->keys ) 89 90 $this->errors->add('empty_password', __('SSH2 password is required')); 90 91 } else {
Note: See TracChangeset
for help on using the changeset viewer.