Changeset 13380
- Timestamp:
- 02/24/2010 08:01:37 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-filesystem-ftpext.php
r13132 r13380 335 335 $list = @ftp_rawlist($this->link, '-a ' . $path, false); 336 336 337 if ( empty($list) ) // Empty array = non-exist ant folder(real folder will show . at least337 if ( empty($list) ) // Empty array = non-existent folder (real folder will show . at least) 338 338 return false; 339 339 -
trunk/wp-admin/ms-options.php
r13379 r13380 58 58 <p><?php _e('Disable or enable registration and who or what can be registered. (Default=Disabled)'); ?></p> 59 59 <?php if ( is_subdomain_install() ) { 60 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>';60 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>'; 61 61 } ?> 62 62 </td>
Note: See TracChangeset
for help on using the changeset viewer.