Make WordPress Core

Changeset 14514


Ignore:
Timestamp:
05/08/2010 03:43:00 PM (14 years ago)
Author:
wpmuguru
Message:

add subdomain explanation to network install, see #12931

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r14513 r14514  
    211211                <th scope="row"><?php esc_html_e( 'Sub-directory Install' ); ?></th>
    212212                <td><?php _e( 'Because your install is in a directory, the sites in your WordPress network must use sub-directories.' ); ?></td>
     213            </tr>
     214        <?php elseif ( !allow_folder_install() ) : ?>
     215            <tr>
     216                <th scope="row"><?php esc_html_e( 'Sub-domain Install' ); ?></th>
     217                <td><?php _e( 'Because your install is over 1 month old, the sites in your WordPress network must use sub-domains.' ); ?></td>
    213218            </tr>
    214219        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.