Changeset 45582 for trunk/src/wp-settings.php
- Timestamp:
- 07/01/2019 08:26:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r45519 r45582 528 528 // Check site status 529 529 if ( is_multisite() ) { 530 if ( true !== ( $file = ms_site_check() ) ) { 530 $file = ms_site_check(); 531 if ( true !== $file ) { 531 532 require( $file ); 532 533 die();
Note: See TracChangeset
for help on using the changeset viewer.