Add missing spaces.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
09c448f63e
commit
80437ca9e1
|
@ -966,11 +966,13 @@ jQuery(function($){
|
|||
<h2><?php _e('Connection Information') ?></h2>
|
||||
<p><?php
|
||||
_e('To perform the requested action, WordPress needs to access to your web server.');
|
||||
echo ' ';
|
||||
if ( ( isset( $types['ftp'] ) || isset( $types['ftps'] ) ) ) {
|
||||
if ( isset( $types['ssh'] ) )
|
||||
_e('Please enter your FTP or SSH credentials to proceed.');
|
||||
else
|
||||
_e('Please enter your FTP credentials to proceed.');
|
||||
echo ' ';
|
||||
}
|
||||
_e('If you do not remember your credentials, you should contact your web host.');
|
||||
?></p>
|
||||
|
@ -1034,4 +1036,4 @@ foreach ( (array) $extra_fields as $field ) {
|
|||
return false;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue