- 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-ftpsockets.php
r45611 r45926 82 82 $this->errors->add( 83 83 'connect', 84 /* translators: %s: hostname:port */85 84 sprintf( 85 /* translators: %s: hostname:port */ 86 86 __( 'Failed to connect to FTP Server %s' ), 87 87 $this->options['hostname'] . ':' . $this->options['port'] … … 94 94 $this->errors->add( 95 95 'connect', 96 /* translators: %s: hostname:port */97 96 sprintf( 97 /* translators: %s: hostname:port */ 98 98 __( 'Failed to connect to FTP Server %s' ), 99 99 $this->options['hostname'] . ':' . $this->options['port'] … … 106 106 $this->errors->add( 107 107 'auth', 108 /* translators: %s: username */109 108 sprintf( 109 /* translators: %s: username */ 110 110 __( 'Username/Password incorrect for %s' ), 111 111 $this->options['username']
Note: See TracChangeset
for help on using the changeset viewer.