add subdomain explanation to network install, see #12931
git-svn-id: http://svn.automattic.com/wordpress/trunk@14514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
92a5da955b
commit
235fc1680b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue