diff --git a/wp-admin/includes/class-wp-filesystem-ftpext.php b/wp-admin/includes/class-wp-filesystem-ftpext.php index d68d9eaac..a5866b720 100644 --- a/wp-admin/includes/class-wp-filesystem-ftpext.php +++ b/wp-admin/includes/class-wp-filesystem-ftpext.php @@ -334,7 +334,7 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base { $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; $dirlist = array(); diff --git a/wp-admin/ms-options.php b/wp-admin/ms-options.php index a0aa3ac52..f95206058 100644 --- a/wp-admin/ms-options.php +++ b/wp-admin/ms-options.php @@ -57,7 +57,7 @@ if (isset($_GET['updated'])) {

' . __('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.') . '

'; + echo '

' . __('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.') . '

'; } ?>