add subdomain explanation to network install, see #12931

git-svn-id: https://develop.svn.wordpress.org/trunk@14514 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-05-08 15:43:00 +00:00
parent 9c8a73aa37
commit 0d826fa206
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ function network_step1( $errors = false ) {
<th scope="row"><?php esc_html_e( 'Sub-directory Install' ); ?></th>
<td><?php _e( 'Because your install is in a directory, the sites in your WordPress network must use sub-directories.' ); ?></td>
</tr>
<?php elseif ( !allow_folder_install() ) : ?>
<tr>
<th scope="row"><?php esc_html_e( 'Sub-domain Install' ); ?></th>
<td><?php _e( 'Because your install is over 1 month old, the sites in your WordPress network must use sub-domains.' ); ?></td>
</tr>
<?php endif; ?>
<?php if ( ! $is_www ) : ?>
<tr>