Changeset 25148
- Timestamp:
- 08/28/2013 03:35:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r25147 r25148 1555 1555 1556 1556 // If multisite (and if not the main site in a post-MU network) 1557 if ( is_multisite() && ! ( is_main_ site() && defined( 'MULTISITE' ) ) ) {1557 if ( is_multisite() && ! ( is_main_network() && is_main_site() && defined( 'MULTISITE' ) ) ) { 1558 1558 1559 1559 if ( ! get_site_option( 'ms_files_rewriting' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.