Fix typo. props mrmist, fixes #14571.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aa0f906c84
commit
1dee100f3a
|
@ -971,7 +971,7 @@ jQuery(function($){
|
||||||
<p><?php
|
<p><?php
|
||||||
$label_user = __('Username');
|
$label_user = __('Username');
|
||||||
$label_pass = __('Password');
|
$label_pass = __('Password');
|
||||||
_e('To perform the requested action, WordPress needs to access to your web server.');
|
_e('To perform the requested action, WordPress needs to access your web server.');
|
||||||
echo ' ';
|
echo ' ';
|
||||||
if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
|
if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
|
||||||
if ( isset( $types['ssh'] ) ) {
|
if ( isset( $types['ssh'] ) ) {
|
||||||
|
|
Loading…
Reference in New Issue