- Timestamp:
- 06/29/2023 05:03:19 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r55714 r56111 104 104 if ( ! $this->keys ) { 105 105 $this->errors->add( 'empty_password', __( 'SSH2 password is required' ) ); 106 } else { 107 $this->options['password'] = null; 106 108 } 107 109 } else {
Note: See TracChangeset
for help on using the changeset viewer.