s/existant/existent/
git-svn-id: http://svn.automattic.com/wordpress/trunk@13380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9ee37eb920
commit
3dcd9176de
|
@ -334,7 +334,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
|
||||||
|
|
||||||
$list = @ftp_rawlist($this->link, '-a ' . $path, false);
|
$list = @ftp_rawlist($this->link, '-a ' . $path, false);
|
||||||
|
|
||||||
if ( empty($list) ) // Empty array = non-existant folder(real folder will show . at least
|
if ( empty($list) ) // Empty array = non-existent folder (real folder will show . at least)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$dirlist = array();
|
$dirlist = array();
|
||||||
|
|
|
@ -57,7 +57,7 @@ if (isset($_GET['updated'])) {
|
||||||
<label><input name="registration" type="radio" id="registration4" value='blog' <?php checked( get_site_option('registration'), 'blog') ?> /> <?php _e('Only logged in users can create new sites.'); ?></label><br />
|
<label><input name="registration" type="radio" id="registration4" value='blog' <?php checked( get_site_option('registration'), 'blog') ?> /> <?php _e('Only logged in users can create new sites.'); ?></label><br />
|
||||||
<p><?php _e('Disable or enable registration and who or what can be registered. (Default=Disabled)'); ?></p>
|
<p><?php _e('Disable or enable registration and who or what can be registered. (Default=Disabled)'); ?></p>
|
||||||
<?php if ( is_subdomain_install() ) {
|
<?php if ( is_subdomain_install() ) {
|
||||||
echo '<p>' . __('If registration is disabled, please set "NOBLOGREDIRECT" in wp-config.php to a url you will redirect visitors to if they visit a non existant site.') . '</p>';
|
echo '<p>' . __('If registration is disabled, please set "NOBLOGREDIRECT" in wp-config.php to a url you will redirect visitors to if they visit a non-existent site.') . '</p>';
|
||||||
} ?>
|
} ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue