mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
I18N: Add translator comments for strings in wp-admin/includes/class-wp-filesystem-ftpext.php.
See #34684. git-svn-id: https://develop.svn.wordpress.org/trunk@35663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -117,7 +117,7 @@ class WP_Filesystem_SSH2 extends WP_Filesystem_Base {
|
||||
$this->errors->add( 'connect',
|
||||
/* translators: %s: hostname:port */
|
||||
sprintf( __( 'Failed to connect to SSH2 Server %s' ),
|
||||
$this->options['hostname'].':'.$this->options['port']
|
||||
$this->options['hostname'] . ':' . $this->options['port']
|
||||
)
|
||||
);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user