mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-31 04:31:35 +01:00
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>
|
<h2><?php _e('Connection Information') ?></h2>
|
||||||
<p><?php
|
<p><?php
|
||||||
_e('To perform the requested action, WordPress needs to access to your web server.');
|
_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['ftp'] ) || isset( $types['ftps'] ) ) ) {
|
||||||
if ( isset( $types['ssh'] ) )
|
if ( isset( $types['ssh'] ) )
|
||||||
_e('Please enter your FTP or SSH credentials to proceed.');
|
_e('Please enter your FTP or SSH credentials to proceed.');
|
||||||
else
|
else
|
||||||
_e('Please enter your FTP credentials to proceed.');
|
_e('Please enter your FTP credentials to proceed.');
|
||||||
|
echo ' ';
|
||||||
}
|
}
|
||||||
_e('If you do not remember your credentials, you should contact your web host.');
|
_e('If you do not remember your credentials, you should contact your web host.');
|
||||||
?></p>
|
?></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user