- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php
r45730 r45926 93 93 $this->errors->add( 94 94 'connect', 95 /* translators: %s: hostname:port */96 95 sprintf( 96 /* translators: %s: hostname:port */ 97 97 __( 'Failed to connect to FTP Server %s' ), 98 98 $this->options['hostname'] . ':' . $this->options['port'] … … 105 105 $this->errors->add( 106 106 'auth', 107 /* translators: %s: username */108 107 sprintf( 108 /* translators: %s: username */ 109 109 __( 'Username/Password incorrect for %s' ), 110 110 $this->options['username']
Note: See TracChangeset
for help on using the changeset viewer.