Changeset 16455 for trunk/wp-admin/network.php
- Timestamp:
- 11/18/2010 05:37:00 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/network.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r16454 r16455 26 26 if ( ! defined( 'MULTISITE' ) ) 27 27 wp_die( __( 'The Network creation panel is not for WordPress MU networks.' ) ); 28 } 28 } 29 29 30 30 // We need to create references to ms global tables to enable Network. … … 313 313 314 314 if ( $_POST ) { 315 $subdomain_install = allow_subdomain_install() ? ( allow_subdirectory_install() ? ! empty( $_POST['subdomain_install'] ) : true ) : false; 315 if ( allow_subdomain_install() ) 316 $subdomain_install = allow_subdirectory_install() ? ! empty( $_POST['subdomain_install'] ) : true; 317 else 318 $subdomain_install = false; 316 319 } else { 317 320 if ( is_multisite() ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)