Changeset 27112
- Timestamp:
- 02/06/2014 10:21:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network.php
r26518 r27112 330 330 331 331 332 $location_of_wp_config = ABSPATH; 333 if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) 334 $location_of_wp_config = trailingslashit( dirname( ABSPATH ) ); 332 $location_of_wp_config = $abspath_fix; 333 if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) { 334 $location_of_wp_config = dirname( $abspath_fix ); 335 } 336 $location_of_wp_config = trailingslashit( $location_of_wp_config ); 335 337 336 338 // Wildcard DNS message.
Note: See TracChangeset
for help on using the changeset viewer.