Changeset 13634 for trunk/wp-admin/network.php
- Timestamp:
- 03/09/2010 07:10:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r13633 r13634 25 25 foreach ( $wpdb->tables( 'ms_global' ) as $table => $prefixed_table ) 26 26 $wpdb->$table = $prefixed_table; 27 28 if ( ! network_domain_check() && ( ! defined( 'WP_ALLOW_MULTISITE' ) || ! WP_ALLOW_MULTISITE ) ) 29 wp_die( __( 'You must define the <code>WP_ALLOW_MULTISITE</code> constant as true in your wp-config.php file to allow creation of a Network.' ) ); 27 30 28 31 $title = __( 'Create a Network of WordPress Sites' );
Note: See TracChangeset
for help on using the changeset viewer.