Changeset 14514
- Timestamp:
- 05/08/2010 03:43:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r14513 r14514 211 211 <th scope="row"><?php esc_html_e( 'Sub-directory Install' ); ?></th> 212 212 <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> 213 218 </tr> 214 219 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.