mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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
|
||||
$label_user = __('Username');
|
||||
$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 ' ';
|
||||
if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
|
||||
if ( isset( $types['ssh'] ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user