Make WordPress Core


Ignore:
Timestamp:
11/18/2015 05:21:37 PM (10 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add translator comments for strings in wp-admin/includes/class-wp-filesystem-ftpext.php.

See #34684.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php

    r35661 r35663  
    118118                /* translators: %s: hostname:port */
    119119                sprintf( __( 'Failed to connect to SSH2 Server %s' ),
    120                     $this->options['hostname'].':'.$this->options['port']
     120                    $this->options['hostname'] . ':' . $this->options['port']
    121121                )
    122122            );
Note: See TracChangeset for help on using the changeset viewer.