- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r45926 r45932 152 152 'auth', 153 153 sprintf( 154 /* translators: %s: username*/154 /* translators: %s: Username. */ 155 155 __( 'Username/Password incorrect for %s' ), 156 156 $this->options['username'] … … 164 164 'auth', 165 165 sprintf( 166 /* translators: %s: username*/166 /* translators: %s: Username. */ 167 167 __( 'Public and Private keys incorrect for %s' ), 168 168 $this->options['username'] … … 227 227 'command', 228 228 sprintf( 229 /* translators: %s: command*/229 /* translators: %s: Command. */ 230 230 __( 'Unable to perform command: %s' ), 231 231 $command
Note: See TracChangeset
for help on using the changeset viewer.